home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / basiced / !BASICEd / !HelpPD < prev    next >
Encoding:
Text File  |  1991-01-01  |  1.6 KB  |  38 lines

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