You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Floating Point Intrinsic Functions - AsString Method
Return the variable as a string
Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

String

Resulting string

Details


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.

Example


In this example, if #Number is defined as 15, 5 and it contains -12345.980, the result would be "-12345.98"
#Result := #Today.asNumber

See also

All Component Classes
Technical Reference

  • No labels