
Search found 2 matches
- Sat Aug 06, 2016 10:58 am
- Forum: QBasic / QuickBasic related
- Topic: Why Do I Get Subscript Errors Here?
- Replies: 4
- Views: 1338
Re: Why Do I Get Subscript Errors Here?
Yep. Exactly so. Thank you.


- Wed May 04, 2016 5:25 am
- Forum: QBasic / QuickBasic related
- Topic: Why Do I Get Subscript Errors Here?
- Replies: 4
- Views: 1338
Why Do I Get Subscript Errors Here?
I get subscript out of range errors in this code every time I run it with the array dimensioned for 20000. Like : DIM spots(20000) Why? I should be able to go to 32000 shouldn't I? And in fact it seems to go wrong anywhere above 2000. Here's the code. Just trying to fill an array with unique x,y coo...