| 
  Forms   | ![]()     ![]() ![]()   ![]()  | Help | 
FIELD command or may be called up through a
CALL command.
Within the Help Screen Definition, specify
visual appearance
 commands such as TEXT and DRAW
and PAGE commands
as necessary.
HELP screen_name
     KEEP
     PRELOAD
ENDHELP
 AT [r][,c]
  BOTTOM n
  PAGESIZE [r][,c]
HELP defines a text screen which cannot contain any commands
other than TEXT and DRAW and PAGE and
ENDPAGE.
KEEP
PRELOADDRAW command draws a box
beginning at the screen origin 1,1 through the extreme point 20,79.  The second
DRAW command draws a  smaller box within the first.  The
TEXT command displays the specified text.. CALL HELPSCRN PROMPT 'Select if further HELP required' . HELP HELPSCRN DRAW TO 20,79 DRAW FROM 5,30 FOR 2,30 TEXT 'THIS IS A HELP SCREEN' VIDEO BOLD TEXT ' .... help text ....' at 10,20 TEXT ' .... more help text ...' ENDHELP
![]()     ![]() ![]()   ![]()  |