Scalar FunctionsType Functions
tolong
Convert the input to a 64-bit integer.
Syntax
tolong(value)Parameters
Prop
Type
Returns: long
Examples
Example 1
print tolong("793")| print_0 (long) |
|---|
| 793 |
Convert the input to a 64-bit integer.
tolong(value)Prop
Type
Returns: long
print tolong("793")| print_0 (long) |
|---|
| 793 |