home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1438.dms / in.adf / BASIC_HELP / help.doc < prev    next >
Encoding:
Text File  |  1978-09-12  |  3.1 KB  |  62 lines

  1.     ON LINE HELP FOR AMIGABASIC        BY   W.JORDAN 1990
  2. A number of months ago I witnessed the use of IBM Quickbasic and was rather
  3. impressed. This BASIC had a number of advantages over the AmigaBasic and
  4. also over some of the compiled versions of basic. Quickbasic has an
  5. interpreter and a compiler in one, good editing facilities, but what I found
  6. most interesting was the online help facilty. Simply by highlighting a
  7. reversed word in your source code with the mouse opened a window which gave
  8. syntax, explanation and examples of the command in question.
  9.  
  10. This would be a useful facility for users of Amigabasic or users of any other 
  11. languages for that matter. It would be particuarly useful for people
  12. learning a language and save a lot of time which would otherwise be spent
  13. searching through books every time the syntax of a word was forgotten.
  14.  
  15. After seeing the CLI HELP in MD17 I thought it would be
  16. high time to carry through this idea. The program itself was relatively easy,
  17. the main work is typing up all the information.
  18.  
  19. This program can be started from the CLI while you are writing a BASIC
  20. program with the AMIGABASIC editor or any text editor provided you have a
  21. CLI window open. It is probably simplest to open a CLI window before running
  22. the editor and drag the CLI window to the bottom of the screen so the CLI
  23. window and the editing window/s are all open simultaneously.
  24.  
  25. To look up a word while writing a program first click in the CLI window to
  26. activate it. Then type in <help> (Then return) to run the basic help program.
  27. A window will then appear from which you can type in a word. After you
  28. have chosen the word the relevant text will appear in the window.
  29.  
  30. If the word is found, some text will appear in the window. Clicking the
  31. mouse will prompt for another word to be entered. You may look up as many or
  32. as few words as you like and quit anytime by pressing the return key without
  33. entering anything.
  34.  
  35. It can also be started from the Workbench by clicking on its icon.
  36. Probably the simplest way to make the icon visible is to drag it near the
  37. bottom of the screen before you load your Basic program. Alternatively, you
  38. can either shrink your BASIC or LIST windows or use their front to back
  39. gadgets to make the Help icon visible.
  40.  
  41. You can close the window when you are finished or you can click again in the
  42. editing window to activate it, then type in text while the help window is
  43. still open. This means you can look up words while you are writing text and
  44. either leave the window closed or open.
  45.  
  46. The text itself is pretty superficial, and I am not guaranteeing that there
  47. are not any typos, but it demonstrates at least what can be done.
  48. There is no end to the amount of text that could be typed in. But I am not
  49. interested in doing any more without being paid for it. If anyone would be
  50. interested in a full version write to me at:
  51.  
  52.               25 King William St
  53.               Fitzroy, Vic 3065
  54.  
  55. You can use this ONLINE PROGRAM with your own data files. This program is
  56. freely distributable, but not for any commercial purposes.
  57.  
  58. It might be useful if all languages had PD versions with online help.
  59.  
  60.  
  61.  
  62.