Return the variable as a string
Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting string |
AsString returns the number as an unformatted string. The negative sign will be on the left of the result and all leading and trailing zeros will be ignored, with the exception of a value of 0.
In this example, if #Number is defined as 15, 5 and it contains -12345.980, the result would be "-12345.98"
#Result := #Today.asNumber
Febuary 18 V14SP2