_CP_rs_

_CP_rs_


_CP_root Index Level _CP_SADDR
Syntax CPSTR * _CP_rs_(double number)
Category C Interface
Type C Function
Description converts a double floating point number into a CPSTR.

The precision of this function can be changed using the _CP_precision function.
Options
See Also C Functions introduction _CP_precision _CP_sr_
Example CPSTR * s = _CP_rs_(1.123);

_CP_print(s);

This example displays "1.123".
Warnings
Compatibility AP 6.1
_CP_root Index Level _CP_SADDR