Report Bugs Here

Moderator: Mmiscool

User avatar
By matherp
#33102 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