| _CP_at2 | Index Level | _CP_break |
| Syntax | int _CP_at1(CPSTR** result, int x) |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: result = @(x)
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction |
| Example |
/* clear the screen */
CPSTR * s = _CP_str_null; _CP_at1(&s,-1); _CP_print(s); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_at2 | Index Level | _CP_break |