cfunc.is
integer to string conversion
Syntax
CPSTR * _CP_is_(int number)
Description
converts an integer into a CPSTR.
Example
CPSTR * s = _CP_is_(1.123);
_CP_print(s);
This example displays '1'.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
