Integral Enumeration Intrinsic Functions - AsNumber Method

Return the variable as a number

Member of Integral Enumeration Intrinsic Functions (PRIM_LIBI.IIntegralEnumerationIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)DecimalResulting number

Details

AsNumber will convert a variable to a number. If the variable contains characters that cannot be converted, the application will end with a run time error.
 
Use IsNumber to test the variable before using AsNumber.

Example

If (#Variable.isNumber)
   #Result := #Variable.AsNumber
Endif

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2