V1.18: Quote marks ignored
Posted: Thu Nov 05, 2015 4:06 am
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 all
memclear
ai ADC
wprint "ADC"
wprint ADC
button Exit [TestExit]
wait
[TestExit]
end