PARADYME V4.0 - Manual |
System Variables |
The following are arrays that have been setup to handle the screen parameters. They hold the details of the parameter records for the given screen in the appropriate array.
COL$
This array holds all the column start positions for the prompts defined.
ROW$
This array holds all the row positions for the prompts defined.
FLENGTH$
This array holds the lengths of all the prompts in the screen defined by the user.
CPOS$
This array holds the cursor positioning string for each prompt. If the first prompt is to be displayed at column 12 row 5, then by printing CPOS$(1), the cursor would position itself at column 12 row 5.
Use the BACK BUTTON to return to the previous page