12me21 showed me this
READing into a variable reference returned by VAR() may crash, if the parameter passed to VAR( ) is the name of an array...it crashes I think(forgot the test), with non-arrays it starts acting funky
cls 'comment this out and see if it runs OPTION STRICT OPTION DEFINT VAR A,S$ 'change A to A[1] for a hard crash S$="A" data 4 ?A read var(S$)'add [0] for the array hard crash ?A'comment this out and now see if there is enough datagets funky when you replace ?A's with just ?'s blank lines no variables...its as if the console got corrupted or something..I wonder if its only console lines messing things up