| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Calculation |
|
See also |
MOD, INT |
Performs an integer division on the value stored in the script variable and returns the result back in the same given script variabe.
INTDIV[IDE] <VariableName>, <Value>
|
Part |
Description | |
| <VariableName> | Script variable containing the source value and where the result is stored back. | |
| <Value> | Divisor. | |
|
| ||