CompuServe Messages

GURU errors

    13-Sep-90 22:25:56
Sb: #373-GURU errors
Fm: Don Curtis/SYSOP 76703,4321
To: Henry Williams 73527,1446
Henry, My first guess is that you've got an index that's getting out of bounds of the array. Perhaps it's not being re-zero'ed or you're making a very common mistake….the array size of 30×60 means your maximum index values would be 29 x 59. The fact that things changed when you allocated memory for the array rather than using declared arrays…would also indicate that your indexing into the array is the problem. Don