long()
Description
Converts a value to the long data type.
Syntax
long(x)
(long)x (C-style type conversion)
Parameters
x: a value. Allowed data types: any type.
Returns
Data type: long.
See also
- LANGUAGE long
Description
Converts a value to the long data type.
Syntax
long(x)
(long)x (C-style type conversion)
Parameters
x: a value. Allowed data types: any type.
Returns
Data type: long.
See also