-->
Page 1 of 2

V1.18: Quote marks ignored

PostPosted: Thu Nov 05, 2015 4:06 am
by matherp
The attached code incorrectly outputs the value of the variable ADC in the first wprint even though it is quoted as a string

Code: Select allmemclear
ai ADC
wprint "ADC"
wprint ADC
button Exit [TestExit]
wait
[TestExit]
end

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 3:33 am
by matherp
BUMP

Mike this one still seems to be a problem or am I missing something?

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 7:29 am
by xtal
Been there, done that :mrgreen:

try--> wprint htmlvar(ADC)

Re: V1.18: Quote marks ignored

PostPosted: Sat Nov 07, 2015 8:54 am
by matherp
I don't think that is the issue.

the incorrect line is:

wprint "ADC" which prints the value of the ADC variable and not the string "ADC"