Defaultvalue for UIReadStringMessage(true);
How can i define a Default value for the UIReadStringMessage(true);
The command appears in my jlinkapp without a defaultvalue. On page 79 of the helpfile you can read the note.
A default value is displayed in the text box as Input.
When user presses the Enter key as input in the user interface, the default value is not passed to the
Creo Object TOOLKIT Java method; instead, the method returns a constant string use_default_string. When this string is returned, the application
must interpret that the user wants to use the default value.

