-->
Page 2 of 2

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 11:50 am
by xtal
did you try wprint ADC ie no quotes

I think the basic syntax is a little mixed right now.....

FYI it at V 1.23 as of yesterday

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 12:34 pm
by matherp
I did the BUMP after re-testing on V1.23

wprint ADC also prints the value of the variable

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 12:38 pm
by Mmiscool
modification of that scope will take some time because of the sleazy method used for parsing a line of basic code.

A simpler solution would be to terminate variable names with symbol such as @

Code: Select allbla@ = 5


It will take a significant amount of time to change this right now. Not ruling it out but its going to be a while before this one gets a real permanent fix.