| C Functions introduction | Index Level | _CP_key |
| Syntax | CPSTR * _CP_is_(int number) |
| Category | C Interface |
| Type | C Function |
| Description | converts an integer into a CPSTR. |
| Options | |
| See Also | C Functions introduction |
| Example |
CPSTR * s = _CP_is_(1.123);
_CP_print(s); This example displays "1". |
| Warnings | |
| Compatibility | AP 6.1 |
| C Functions introduction | Index Level | _CP_key |