CommandLine

(Engine-Level Function)

Description: Returns any command line arguments as a text string.
Returns: Text
Usage: Script Only.
Function Groups: Software and Hardware
Related to:

Version | SerialNum

Format: CommandLine()
Parameters: None
Comments: None

Example:

If VTScada was started from the Windows Program Manager "Run" option with:

VTS User423 Stn62

then any application with the following line:

  ZText(10, 10, CommandLine(), 12, 0);

would print out in the upper left hand corner of the window:

User423 Stn62