-
Notifications
You must be signed in to change notification settings - Fork 2
_long
bergsma edited this page Sep 26, 2014
·
5 revisions
#long
###Convert to an character value or create an long variable.
Syntax
result = long value ;
long variable [= value] ;
Arguments
- list value
A value of any type.
Return Value
long result
- -2147483647 to 2147483648. : A value from -2147483647 to 2147483648.
The STATUS variable is set to $ACKNOWLEDGE
When the argument is an array variable, all the elements in the array are converted, and the result will be a vector array long result
- -2147483647 to 2147483648. : A value from -2147483647 to 2147483648.
The STATUS variable is set to $ACKNOWLEDGE
When the argument is an array variable, all the elements in the array are converted, and the result will be a vector array
Exceptions
-
%ARGUMENT: Invalid arguments. Usage: long variable [= value] ;
-
%IDENTIFIER: 'variable' argument is not a valid identifier, literal, or reference
Description
- None
Examples
puts "Create an example for the function 'long'" ;
Related Links