Compatible Unicode Intrinsic Functions - AsNumber Method
Return the variable as a number
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Decimal

Resulting 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