home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / programm / 2536 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!adam.adelaide.edu.au!ardtlong
  2. From: ardtlong@adam.adelaide.edu.au (Dale T. Long)
  3. Newsgroups: comp.programming
  4. Subject: Help needed with Qbasic
  5. Message-ID: <ardtlong.715237642@adam.adelaide.edu.au>
  6. Date: 31 Aug 92 05:07:22 GMT
  7. Sender: news@ucs.adelaide.edu.au
  8. Lines: 17
  9. Nntp-Posting-Host: adam.adelaide.edu.au
  10.  
  11.  
  12.         I am using Qbasic, the one that comes with Microsoft DOS 5.00 for the
  13. IBM PC. I have a problem in that the space allocated for strings is only
  14. 8000 bytes. In the old GWbasic I would have done a CLEAR xxx to free up xxx
  15. amount of bytes. However Qbasic only has the ability to clear the stack using
  16. CLEAR ,,xxx . Paramaters before the first two commas don't do a thing. Is there
  17. a way to allocate more string space? I am using a two dimensional dynamic
  18. string array. Help indicates that individual strings can be up to 32767 bytes
  19. long but I can't even have a single string longer than the 8000 byte limit.
  20. Help also says that a string array can be up to 64K in size. Is there any way
  21. to over come this problem? Is the Qbasic (interpreter) just a sales pitch
  22. that makes people need to buy the full Quick Basic (compiler) out of neccesity?
  23. Has anyone else had this problem? How do I increase the amount of string space
  24. from 8000 bytes?
  25.  
  26. Dale Long.
  27. ardtlong@adam.adelaide.edu.au
  28.