02-03-2023, 11:53 AM
It seems you might have a bug writing beyond the array boundaries.
Can you compile with --debug-array to check if this is the case?
If the program stops with the error "Subscript out of range", then bug should be in line 540.
Try this and tell me.
Can you compile with --debug-array to check if this is the case?
If the program stops with the error "Subscript out of range", then bug should be in line 540.
Try this and tell me.
