cfunc.pick_env
Set the terminal to Pick mode.
Syntax
int _CP_pick_env()
Description
sets the application to a standard Pick environment.
When using this setting, all terminal input and output must be done via Pick routines only (execute, print, crt).
The default environment after logging onto Pick is _CP_pick_env.
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Example
_CP_pick_env();
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
