
|
Get SteelArrow!
|
 |
 |
 |
asInteger
 |
 |
 |
 |
 |
|
|
Return to Function List |
|
Converts a variable to an integer value. If the value can not be converted, the function
returns zero (0). Strings beginning with numbers will return the integer value up to the
first non-numeric character.
|
|
Syntax |
AsInteger( number )
|
number |
The value to be converted. |
|
|
|
|
|
|
|
|