0 Members and 2 Guests are viewing this topic.
So i am having a slight problem with the error stroller. Specifically a piece of code like thisCode: [Select]Pt-Off(2,2,1+1+1+1+Pic3I added the 1+1 to make Pic3 go off to the next line. When Pic3 is undefined, and the error is scrolled to, it does not place Pic3 on the correct line, and the text gets kinda mangled. I am using the 0.3.0Application Beta if that means anything.
Pt-Off(2,2,1+1+1+1+Pic3
.TEST!If -1→A+1Disp "HI"Pause 5000End
.TESTIf -1→A=-1Disp "HI"Pause 5000End
Because then you wouldn't be able to use it with logical operators. Good luck trying to do A=5 xor (B=3)
If A-5 xor (B-3)