20 DIM B$(9)*2
30 GOTO 20
How do I avoid making a mistake on line 20.
Preferably without using on error.
Modérateur : Politburo

Error 5 : Variable already existhp41cx a écrit :10 DIM A$(9)*2
20 DIM B$(9)*2
30 GOTO 20
And would you have a solution to this error?charognard a écrit :Error 5 : Variable already existhp41cx a écrit :10 DIM A$(9)*2
20 DIM B$(9)*2
30 GOTO 20
REDIM command not exist on PC1500
