Hey guys, Just wish to clear up a Syntax issue ! Ive been typing in a program recently and notice a few FOR NEXT loops. These are followed by a NEXT statement as you would expect. However I've noticed they do not always have the variable stated with the NEXT statement ? Is it necessary to specify the variable with the Next statement ? e.g.
FOR T=1 TO 32:NEXT T
or
FOR T=1TO 32:NEXT
which is correct or are BOTH equally valid ?
Login sesión o register para postear comentarios