_CP_break

_CP_break


_CP_at1 Index Level _CP_build_msg
Syntax int _CP_break(int expression)
Category C Interface
Type C Function
Description equivalent to the FlashBASIC statement: break expression

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction _CP_unix_break
Example /* turn the break off */
_CP_break(0);
Warnings
Compatibility AP 6.1
_CP_at1 Index Level _CP_build_msg