I am not sure if this strange thing fixed or not...
because i am using 043 inPogress
But Charles maybe is good to know
for example this exit with error that some constants are not defined
% tokLPAREN = 13 : % tokRPAREN = 14 : % tokLBRACKET = 15 : % tokRBRACKET = 16 : % tokLBRACE = 17 : % tokRBRACE = 18
but when i do it in colon one by line..like this then is fine?
% tokDEFNUM = 30 'defnum
% tokDEFSTR = 31 'defstr
% tokWINDOW = 32 'window
% tokPRINT = 33 'print
% tokIF = 34 'if
% tokELSE = 35 'else
% tokENDIF = 36 'endif
% tokFOR = 37 'for
% tokTO = 38 'to
% tokNEXT = 39 'next
% tokSUB = 40 'sub
% tokRETURN = 41 'retur
Is this fixed in newer version for 32 bit ?
Or maybe have some things with maximum size of line?
thanks