0 Members and 1 Guest are viewing this topic.
DelVar [04720000]If GetCalc([01720000],9)->V 1->{V-2}r 93->float{V}End
BUG: Don't Quote Me!I show best by example.Text(5,10,"HELLO"Text(5,30,"WORLD!"When compiled it will give an ERROR: BAD SYMBOL at the 2nd Text(I fiddled around with it for a while, and to make it work, you have to change it to this VText(5,10,"HELLOText(5,30,"WORLD!What is that about?
Text "HELLO WORLD!"
Wait, your text command doesn't have an opening parenthesis?
At first, I had no problem with this bug because it stems from not closing parentheses, which is understandable. However, I just discovered a more problematic instance of this bug. The "Text " command (Non-Axe token: "DrawF ") actually has a hidden opening parenthesis. In similar fashion of closing quotes but not closing parentheses, the following line of code will produce errors:Code: [Select]Text "HELLO WORLD!"In this case, adding a closing parenthesis will resolve any errors again, but it doesn't logically make sense to do so based on the command not containing an opening parenthesis. Could you please either look into this issue or assign a new name to the "Text " command that contains an opening parenthesis?
Port has disappeared from the commands.
is this supposed to happen, I keep getting bad symbol error.