| _CP_count | Index Level | _CP_crt_n |
| Syntax | int _CP_crt(CPSTR* string) |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: crt
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction _CP_crt_n |
| Example |
CPSTR * t = _CP_mkstr("b");
_CP_crt(t); |
| Warnings | The environment must be set to _CP_pick_env() for this function to work correctly. |
| Compatibility | AP 6.1 |
| _CP_count | Index Level | _CP_crt_n |