| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
DIM, SETVAL |
Sets a global variable to the specified value.
Unlike script variables global variables are available also in the application using the application control script. So global variables are passed through to the parent application implementing the application control script. It depends on the parent application if it would interpret the global variables set by you.
Usually it is more interesting retrieving values from the parent application in the script. This can be done with the % variable %GLB.<VariableName>% .
SETGL[O]BVAL <VariableName>[, <Value>]
SETGL[O]BVAR <VariableName>[, <Value>]
|
Part |
Description | |
| <VariableName> | Name of the addressed global variable. | |
| <Value> | Optional value to be assigned. If missing the default is an empty string. | |
|
| ||