home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / basic / bas2text.spk / !BasTxt / !Help < prev    next >
Text File  |  1990-06-08  |  1KB  |  36 lines

  1. Help for !BasTxt version 0.84 (16-Sep-89)
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. !BasTxt converts files between BASIC tokenised form and plain text. To
  4. convert a file, drop it on the icon. There must be enough memory allocated
  5. in the NEXT slot to load the file & convert it, otherwise errors will be
  6. raised. The following points should be noted:
  7.  
  8. * !BasTxt requires 32K to run if crunched, otherwise 64K is safer.
  9.  
  10. * There are three options for the conversion from BASIC tokenised form to
  11. plain text:
  12.  
  13.   1) Strip line numbers from the program
  14.   2) Send text directly to a resident text editor
  15.   3) Perform fast conversion. This is done by using the TWIN option in
  16.      BASIC. However, it requires a LOT more memory that the slow version.
  17.  
  18. * There is one option for the conversion from plain text to BASIC tokenised
  19. form:
  20.  
  21.   1) Save program if name present. If the first line of the text file is of
  22. the form "REM > filename" then the file will be saved as "filename".
  23.  
  24. Note that the text file MUST end in a newline otherwise an error will be
  25. raised.
  26.  
  27. * There are no checks made for the prescence of (illegal) control codes in
  28. either form of file.
  29.  
  30. * Options selected can be saved by using the "Save options" entry on the
  31. menu.
  32.  
  33. If !BasTxt is present when a BASIC file is dropped onto a printer manager
  34. icon, the file will get converted into text to allow it to be printed. The
  35. normal rules for converting BASIC into text apply.
  36.