home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxdlg11.zip / test.ipf < prev    next >
Text File  |  1995-01-08  |  1KB  |  29 lines

  1. .*==============================================================*\
  2. .* TEST.IPF - Information Tag Language file for the HELP.CMD example script.
  3. .* This is simply used to create a .HLP file with a Panel in it numbered 1000 and
  4. .* named TEST just so that we can use the .HLP file in the demo of RXHELP
  5. .*==============================================================*/
  6. :userdoc.
  7.  
  8. .*--------------------------------------------------------------
  9. .* Just some help panel with a number of 1000 and a name of TEST
  10. .*
  11. .*--------------------------------------------------------------
  12. :h1 res=1000 name=TEST.RXHELP Test
  13. :i1 id=TEST.RXHELP Test
  14.  
  15. :p.This is used to test RXHELP.
  16.  
  17.  
  18. .*--------------------------------------------------------------
  19. .* The "Keys Help" panel.  It must have a name of KEYS
  20. .*
  21. .*--------------------------------------------------------------
  22. :h1 name=KEYS.Key Commands
  23. :i1 id=KEYS.Key Commands
  24.  
  25. :p.The Key Commands for the app would be placed here.
  26.  
  27.  
  28. :euserdoc.
  29.