home *** CD-ROM | disk | FTP | other *** search
/ TCE Demo 2 / TCE_DEMO_CD2.iso / demo_cd_.2 / mags / stosser / stoser05.arj / stoser05.msa / EXTRA / README.1ST < prev   
Text File  |  1987-04-22  |  3KB  |  88 lines

  1.  
  2.                      The   E X T R A   Extension
  3.  
  4.                         by Martin Cubitt 1993
  5.  
  6.  
  7.      This extension for the STOS BASIC computer language adds a
  8. number of new commands to STOS which give you even more power.
  9.  
  10.      All versions of the extension upto and including 1.70 
  11. are PUBLIC DOMAIN! A lot of work has gone into this extension so 
  12. I need encouragement to continue updating it.
  13.  
  14.      Further versions will be shareware and carry a registration 
  15. fee of £5.00 and £1.00 for each subsequent update required. 
  16. (Costs correct at time of writing).
  17.  
  18.      This fee will entitle you to the latest version (no matter 
  19. which you had) and that is automatically registered. Along with 
  20. the extension you will receieve various STOS programs and 
  21. examples.
  22.  
  23.      Any bugs, ideas, comments or questions will receive a reply 
  24. within a reasonable time. Although well tested I cannot guarentee 
  25. total corrective functionality and I can accept no responsibility 
  26. for any damage or loss of data caused as a result of using this 
  27. extension. (Sorry about that but one has to look after ones good 
  28. interests!).
  29.  
  30. __________________________________
  31. How to install the EXTRA extension
  32. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  33.  
  34.      The EXTRA extension can be installed very simply:
  35.  
  36.      1) Copy the file EXTRA.EXZ to your STOS folder on your
  37.         STOS work disc (do not use your original STOS disc).
  38.  
  39.      2) If you have the STOS Compiler then copy the file
  40.         EXTRA.ECZ to your COMPILER folder on your STOS
  41.         compiler work disc.
  42.  
  43.      3) I suggest that you copy the file EXTRADOC to your STOS
  44.         work disc for easy access when you need to reference
  45.         the documentation manual.
  46.  
  47.  
  48.  
  49.      Additional notes:
  50.  
  51.      The visible input function has a typical STOS bug. At time 
  52. of writing I have been unable to correct this and it is likely 
  53. that all of the string functions may behave incorrectly.
  54.  
  55.      The problem is that the variable pointers can get as 
  56. confused as I did trying to code them. A typical problem would 
  57. be:
  58.  
  59.      10 NAME$=visible input$(20)
  60.      20 AGE$=visible input$(3)
  61.      30 print NAME$,AGE$
  62.  
  63.      The variable NAME$ will share the variable pointer of AGE$ 
  64. and therefore contain whatever AGE was typed in.
  65.  
  66.      I can think of no way around this except that you ensure you 
  67. only use visible input once in your program or only use it again 
  68. if you have finished with the previous value. Also note that the 
  69. area of memory used to store the variable is used for other 
  70. commands such as formatting a disc and the gemdos version 
  71. command.
  72.  
  73.      Well, it is free!
  74.  
  75.  
  76.      Please send any bug reports, comments, ideas or reasons why 
  77. a command is pointless and should be removed to...
  78.  
  79.      Martin Cubitt
  80.      14 Deepdene Avenue
  81.      Rayleigh
  82.      Essex
  83.      SS6 9LG
  84.      ENGLAND
  85.  
  86.      28th July 1993
  87.  
  88.