| _CP_open | Index Level | _CP_out_msg |
| Syntax | int _CP_out(int expression) |
| Category | C Interface |
| Type | C Function |
| Description |
equivalent to the FlashBASIC statement: "out"
This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Options | |
| See Also | C Functions introduction |
| Example |
/* The following example prints a space. */
_CP_out(0x20); |
| Warnings | The environment must be set to _CP_pick_env() for _CP_out() to work properly. |
| Compatibility | AP 6.1 |
| _CP_open | Index Level | _CP_out_msg |