09-13-2012, 04:35 PM
My alien breeder program seems to lock up, on pass two through the data - on fight 27, too.
Not sure if this is a compiler error, or my messing up - though adding one to a dimensioned variable (the line it seems to stop on) shouldn't be too stressful.
Locks up on this bit:
It prints the 2, and doesn't print the "+".
What I don't understand is why it locks up on the 3rd loop round? There's nothing different there, which is why I suspect there's a compiler error.
Not sure if this is a compiler error, or my messing up - though adding one to a dimensioned variable (the line it seems to stop on) shouldn't be too stressful.
Locks up on this bit:
Code:
print at 21,16;2
alienRankings(i+1,SCORE)=alienRankings(i+1,SCORE)+1
END IF
print at 21,17,"+"
It prints the 2, and doesn't print the "+".
What I don't understand is why it locks up on the 3rd loop round? There's nothing different there, which is why I suspect there's a compiler error.