_CP_at2

_CP_at2


_CP_ascii Index Level _CP_at1
Syntax int _CP_at2(CPSTR** result, int x, int y)
Category C Interface
Type C Function
Description equivalent to the FlashBASIC statement: result = @(x,y).

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction
Example /* home the cursor */
CPSTR * s = _CP_str_null;
_CP_at2(&s,1,1);
_CP_print(s);
Warnings
Compatibility AP 6.1
_CP_ascii Index Level _CP_at1