Method Global:CreateLongLong [-] [+]
Returns an object representing a long long
(64-bit) value.
The value by default is 0, but can be initialized to a value by passing a number or long long as a string.
Synopsis
value = CreateLongLong()
value = CreateLongLong( n )
value = CreateLongLong( n_ll )
value = CreateLongLong( n_str )
Arguments
number n
Valid numbers: integers from -2,147,483,647 to 2,147,483,647.
int64 n_ll
- See method description.
string n_str
- See method description.
Returns
int64 value
- See method description.