Report Bugs Here

Moderator: Mmiscool

User avatar
By Mmiscool
#53885 You cant use a negative number for the array eliment.

Must use positive numbers.
User avatar
By raintime
#54093 If for some reason an array index becomes negative, which is not allowed, an error message should occur and BASIC halt. The system should never crash!
User avatar
By livetv
#54930 If the interpreter is not checking bounds, the reference could be to some bizarre memory locations.

I'm having a different problem with arrays which I'll report formally if I can document it better.