kitControl-StatusNumericToStatusString

 StatusNumericToStatusString converts a StatusNumeric value to a StatusString value. It is available in the Conversion folder of the kitControl palette.

Object properties specify the number of integer (whole number) digits and decimal digits to use in the output string, with a default value of 6 each. Unused digits are padded with a zero. For example, with an input numeric value of 72.8, the default output string would be “000072.800000”.

See Status value to status value for other status-to-status conversion types. See String for related string operations.

See also Alphabetical list of kitControl components