| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
DIM, SETVALS, SETGLOBVAL, SETHEADER, SETLOC |
Sets a script variable to the specified value.
Variables are in general script global and NOT local for the subroutine. The only exception is defined by the SETLOC command.
To request a variables content use %SCR.<VariableName>% somewhere in an expression.
SET[VAL] <VariableName>[, <Value>]
SET[VAR] <VariableName>[, <Value>]
|
Part |
Description | |
| <VariableName> | Name of the addressed script global variable. | |
| <Value> | Optional value to be assigned. If missing the default is an empty string. | |
|
| ||