home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / k / runtwin / !Help next >
Encoding:
Text File  |  1991-06-06  |  2.1 KB  |  44 lines

  1. | > !Help for RunTwinMod
  2.  
  3. This utility is a desktop frontend for Twin (the brilliant text editor from
  4. Acorn). Any file may be loaded into Twin by dragging the file onto the
  5. RunTwin icon. If a Basic file is dragged onto the icon then Basic is entered
  6. and the command TWINO8 is performed. This means if your Basic program has any
  7. line which uses line numbers (ie GOTO's or GOSUB's) then this will produce an
  8. error. But it is very bad programming practice to use GOTO's and GOSUB's
  9. anyway (there is no need for them in BASIC 5), and you ought to be shot.
  10.  
  11. Also the filetypes Text, Data and Basic are noticed when double clicked on.
  12. However as Basic programs may want to be run by double clicking on them
  13. instead of loading them into Twin the menu entry 'Twin Basic' allows this. If
  14. the entry is ticked then double clicking on a Basic program will load it into
  15. Twin, if it is not ticked then the program will be run.
  16.  
  17. There is a difference between dragging a file onto the iconbar and double
  18. clicking on the file. When a file is dragged onto the iconbar the current
  19. directory is changed to the directory containing the file but this does not
  20. happen when a file is double clicked on. If the directory changing succeeded
  21. (it can fail if performed on the DeskFS: for example) then Twin is entered
  22. with the command *Twin <leafname> instead of *Twin <fullname> which is the
  23. case if the directory changing failed or the file was double clicked on.
  24.  
  25. To enter Twin without loading a file click on the iconbar icon. If you click
  26. with 'Select' then Twin will be entered directly. If you click with 'adjust'
  27. then Twin will be entered via BASIC.
  28.  
  29. Although I have tested this program fairly thoroughly I offer no guarentee
  30. what so ever. But please report any bugs found to me at
  31.  
  32.         Ian Ashley,
  33.         14 Whitelands Avenue,
  34.         Chorleywood,
  35.         HERTS.
  36.         WD3 5RD
  37.  
  38. This program is in the public domain and may be freely copied as long as no
  39. charges are made for it and this file is left unchanged. You may use the
  40. source of parts of it in your own programs as long I am credited.
  41.  
  42.         Yours,
  43.                 Ian Ashley (Pop Mobility Freak)
  44.