Post Reply 
Programming error on the physical calculator only
08-31-2014, 02:07 PM (This post was last modified: 08-31-2014 02:09 PM by gabrieljcs.)
Post: #3
RE: Programming error on the physical calculator only
Thanks for the reply.
I used those "|" symbols only to show where the cursor goes when I check the syntax. I then comment the line with the error and check again, so it can show me all the errors.

I'm using VMware Player, I'll try to change the USB port.

On another program I made I get odd errors too, e.g.:
Code:
EXPORT ...()
BEGIN
LOCAL R, S, T;  // error here
...
END;

Code:
EXPORT ...()
BEGIN
LOCAL R;  // no errors
LOCAL S;
LOCAL T;
...
END;

Sometimes it handles the commas (like my first post), sometimes it doesn't. What the hell?

EDIT: Maybe it's worth saying that I'm using Portuguese as language.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming error on the physical calculator only - gabrieljcs - 08-31-2014 02:07 PM



User(s) browsing this thread: 1 Guest(s)