Scalar FunctionsType Functions
aslong
Extract a 64-bit integer from a dynamic or pass through an int/long value. Other types become null.
Syntax
aslong(value)Parameters
Prop
Type
Returns: long
Examples
Example 1
print aslong(dynamic(793))| print_0 (long) |
|---|
| 793 |