home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 576-600 / apd600 / ldos_demo / docs / help.doc next >
Text File  |  1994-02-02  |  1KB  |  49 lines

  1.  
  2. To use the quick-ref:
  3.  
  4. Installing:
  5. Copy Help.ACC to the same path as AMOS is located in. If you wish you
  6. may change name/location in your configuration-program. Please note
  7. that if you specifically haven't configured the HELP-key HELP.ACC MUST
  8. be located in your (and AMOS's) current dir when you press the HELP-key
  9. the first time. (You could also select Acc/New/Load). Once HELP.ACC is
  10. loaded it will remain in memory until you quit AMOS.
  11.  
  12.  
  13. Index:
  14. Press HELP while cursor is located at none Ldos-/Lserialcommand or on an empty
  15. line.
  16.  
  17. Short ref.:
  18. Type the command. WITHOUT any parameters. Put cursor at the start of the
  19. word(s). Press HELP.
  20.  
  21. Expanding:
  22. If you like (and have the patience) you may add the rest of AMOS's commands
  23. to the references. Look in the HELP.ACC program and you will see how to
  24. do it. Just add a label which starts with "_" and then the full name of
  25. the instruction, without any spaces. If there is a "$" (like Inkey$) in
  26. the command name, simply remove it (labels can't end with $). The last
  27. data-line must be "-1".
  28.  
  29. Example of new entry:
  30. _LOWER:
  31. data "S$=Lower$(N$)"
  32. data "-1"
  33. _SORT:
  34. data "Sort A(0)"
  35. data "Sort A#(0)"
  36. data "Sort A$(0)"
  37. data "-1"
  38.  
  39. etc. etc.
  40.  
  41. Example:
  42.  
  43. HELP (index pops up)
  44. Lload
  45. ^
  46. |
  47. |_ Cursor located here, press HELP, and info pops up.
  48.  
  49.