ToInt
Convert an integer to signed int type.
OutputVar := ToInt(ByRef IntOrVar)
Command Example: ToInt var Function Example: int := ToInt(4294967295)
Parameters
- OutputVar
The name of the variable in which to store the converted integer.
- ByRef IntOrVar
The value to convert, if a variable is passed, converted value will be written to it.