home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / basiced / !BASICEd / !Help < prev    next >
Encoding:
Text File  |  1989-04-18  |  1.4 KB  |  29 lines

  1.                                                         Date: 19 april 1989
  2. The basic loader.
  3.  
  4. I have made this simpel routine from my previously made wimp shell library
  5. (of course not yet fully completed,... but I'm working on it) and the
  6. routines I could steel from the demonstration programs. It works need and
  7. gives an user friendly ring to  the desktop for developpers (Why din't you
  8. make it ACORN??). In future I hope to build a real Basic editor multitasking in the ARC unless someone beats me to it.
  9.  
  10. The basic loader sets the system variable Current$Dir to the current 
  11. directory. So when finally you want to save your program press F3 enter
  12. <Current$Dir>.filename and hit return or place the name in a REM statement
  13. on the first line (REM > <Current$Dir>.filename) to save your program.
  14.  
  15. In basic the function keys are programmed in the following way.
  16.    key 1 : RUN
  17.    key 3 : SAVE ;filename must be at first line of program
  18.    key 4 : QUIT ;after this press return and your back in the desktop world
  19. These keys are set in the !run command file of the !BasicEdit application
  20. directory so you can change them to your specific needs.
  21.  
  22. If anyone feels the need to publish the program in any kind of magazine
  23. please feel free to do so. The program is mostly self explanatory. But for
  24. more information you can also contact me. (Phone : 070-291508 The
  25. Netherlands).
  26.  
  27.               Hugo Eckhardt
  28.                                                  Good luck and enjoy!
  29.