Click or drag to resize

_wait Function (String)

X#
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
Request Example View Source

Parameters

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: String
Remarks