
I'm getting a
Runtime Error: Subscript out of range: 24, hiscore$()
(see error log for more information)
exactly at this line of code:
IF VAL(hiScore$(i,3)) > VAL(hiScore$(i+1,3)) THEN
NOTE: in sub RandomStart, change the value of turn from 1 to 62, that way you can see the error without need to solve the puzzle.
Thanks for your help.