C Functions
_CP_page_n
.md_CP_page_n is equivalent to the page expression BASIC statement.
Syntax
int _CP_page_n(int expression)
Description
This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Note: The environment must be set to _CP_pick_env() for this function to work properly.
Example(s)
_CP_page_n();