Return the variable as a number
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Decimal | Resulting number |
Format | *Input | Enumeration | Format of the number |
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.
#Result := #Variable.AsNumber(CCYYMMDDHHMMSS)
Febuary 18 V14SP2