home *** CD-ROM | disk | FTP | other *** search
- ON LINE HELP FOR AMIGABASIC BY W.JORDAN 1990
- A number of months ago I witnessed the use of IBM Quickbasic and was rather
- impressed. This BASIC had a number of advantages over the AmigaBasic and
- also over some of the compiled versions of basic. Quickbasic has an
- interpreter and a compiler in one, good editing facilities, but what I found
- most interesting was the online help facilty. Simply by highlighting a
- reversed word in your source code with the mouse opened a window which gave
- syntax, explanation and examples of the command in question.
-
- This would be a useful facility for users of Amigabasic or users of any other
- languages for that matter. It would be particuarly useful for people
- learning a language and save a lot of time which would otherwise be spent
- searching through books every time the syntax of a word was forgotten.
-
- After seeing the CLI HELP in MD17 I thought it would be
- high time to carry through this idea. The program itself was relatively easy,
- the main work is typing up all the information.
-
- This program can be started from the CLI while you are writing a BASIC
- program with the AMIGABASIC editor or any text editor provided you have a
- CLI window open. It is probably simplest to open a CLI window before running
- the editor and drag the CLI window to the bottom of the screen so the CLI
- window and the editing window/s are all open simultaneously.
-
- To look up a word while writing a program first click in the CLI window to
- activate it. Then type in <help> (Then return) to run the basic help program.
- A window will then appear from which you can type in a word. After you
- have chosen the word the relevant text will appear in the window.
-
- If the word is found, some text will appear in the window. Clicking the
- mouse will prompt for another word to be entered. You may look up as many or
- as few words as you like and quit anytime by pressing the return key without
- entering anything.
-
- It can also be started from the Workbench by clicking on its icon.
- Probably the simplest way to make the icon visible is to drag it near the
- bottom of the screen before you load your Basic program. Alternatively, you
- can either shrink your BASIC or LIST windows or use their front to back
- gadgets to make the Help icon visible.
-
- You can close the window when you are finished or you can click again in the
- editing window to activate it, then type in text while the help window is
- still open. This means you can look up words while you are writing text and
- either leave the window closed or open.
-
- The text itself is pretty superficial, and I am not guaranteeing that there
- are not any typos, but it demonstrates at least what can be done.
- There is no end to the amount of text that could be typed in. But I am not
- interested in doing any more without being paid for it. If anyone would be
- interested in a full version write to me at:
-
- 25 King William St
- Fitzroy, Vic 3065
-
- You can use this ONLINE PROGRAM with your own data files. This program is
- freely distributable, but not for any commercial purposes.
-
- It might be useful if all languages had PD versions with online help.
-
-
-
-