GetString
The GetString function opens a dialog to request a string. If you click [OK], the entered string is returned.
|
|
sString, bOK = GetString( s=nil, sPrompt=nil, sTitle=nil )
All arguments are optional and assume default values beyond the last argument you specify. To use a default argument but follow it with a specified argument, use a nil in its place.
The window shown above was created using the following code. Note that the last argument, the window title, was omitted and left to the default: