home *** CD-ROM | disk | FTP | other *** search
- by Gary Allec : The procedure suggested is to run GA.BAS, hit
- ^^^^^^^^^^^^^ F5 and type up to 8 characters, then either
- load or start typing that long BASIC listing
- you've finally found the time for ...
-
- * 1. GA.BAS is a basic program I use to change my
- function key assignments when in BASICA. The
- source code has been saved in ASCII format so
- that you can type it at the DOS prompt for
- viewing.
-
- * 2. N.BAS is a basic program activated when F5
- function key is pressed after running GA.BAS.
- You enter up to 8 characters at the prompt
- for the filename you wish to save a program
- with. (This is particularly useful with long
- basic programs because now all you have to do
- is hit F4 then F5 for a quick save.) To re-
- assign a new value for F5, simply type at the
- OK prompt :
- OK 'Basic prompt
- <F4><F5> 'Save what you're doing
- <F3>GA",R<ENTER> 'new value for F5
-
- Notice that F4 still allows the same options.
- Be cautioned that N.BAS includes an <ENTER>
- key-stroke for F5 and a regular key assign-
- ment would be immediately activated without
- the option of line number parameters when
- pressing F5 by itself. It has been "saved"
- in the same format as GA.BAS above.
-
- * 3. GA.DOC is what you are reading now.
-
- (P.S. Rename these files with your own initials
- if you like !!!)
- thanks ...
- __________