6.1.2.3.1.9 CLngLng

Function Declaration

 Function CLngLng(Expression As Variant) As LongLong 

Parameter

Description

Expression

Any data value (section 2.1).

 

Runtime Semantics.

§ If the value of Expression is an Error (section 2.1) data value then return the LongLong data value that is the result of the Long error code (section 2.1) of the Error data value being Let-coerced to LongLong.

§ If the value of Expression is not an Error data value, then return the LongLong data value that is the result of Expression being Let-coerced to LongLong.