Result = CLong ( Expression AS Variant ) AS Long
Converts an expression into a Long integer number.
Overflow is not detected.
Message
PRINT CLong(PI)
3
PRINT CLong(Pi ^ (Pi ^ Pi))
1340164183006339840
Conversion Functions