| _CP_delete_item | Index Level | _CP_ebcdic |
| Syntax | int _CP_dtx(CPSTR** result, double expression) |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: result = dtx(expression)
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction _CP_xtd |
| Example |
/* The following example prints "F". */
CPSTR * s = _CP_str_null; _CP_dtx(&s,15.0); _CP_print(s); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_delete_item | Index Level | _CP_ebcdic |