_wait Function (String) | |
Display a prompt after sending a carriage return/linefeed to the terminal window, then wait for a key to be pressed.
Note: WAIT is a compatibility command and is no longer recommended.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION _wait(
uValuePrompt AS STRING
) AS STRING
public static string _wait(
string uValuePrompt
)
Request Example
View SourceParameters
- uValuePrompt
- Type: String
An optional prompt displayed before the input area.
If omitted, "Press any key to continue..." is displayed. Specify NULL_STRING if you do not want to display a prompt.
Return Value
Type:
StringRemarks Examples See Also