Get
This function returns the current value of a session variable.
Syntax
Get var_name
Parameters
The following table describes the parameters of the Get command:
| Parameter | Description |
|---|---|
| var_name | The name of a wIntegrate session variable |
Return Value
The current value of the session variable
Examples
The following example returns the
current icon bar script with the Get command.
* Display a message box with the current icon bar script
MessageBox Get(IconBarScript)The following example
is part of the AP.WIS demonstration program.
Set F1 = Get(F9) : "E"
Set F2 = Get(F9) : "F"
Set F3 = Get(F9) : "S"
Set F4 = Get(F9) : "C"Related Script Commands
Dialog, Set, Store