CCS Standardfunction PrintFloat [Str] |
Represents a floating-point value as a formatted string.
Value (or variable containing the floating-point value) to be represented as a formatted string.
Maximum number of characters to be used to represent the value as a string. If the number specified is insufficient, an error message is returned. Otherwise, only as many characters as necessary are used. If no figure is specified, the string length is not checked.
Specifies the number of decimal places to be shown. The value is not rounded up or down.