point, comma, semicolon confusion
|
02-29-2020, 09:58 AM
Post: #3
|
|||
|
|||
RE: point, comma, semicolon confusion
Thank you for that tip.
I actually went back to the emulator on my desptop PC (where the code runs) and changed its Number Format to a decimal comma. From that point the program did not run anymore. So the Number Format definitely seems the cuplrit here. Following your suggestion I edited the program, inserting the #pragma Code: #pragma mode( separator(,;;) Integer(h32) ) The syntax error remains, pointing at the first separator comma. Should I have changed something in the #pragma command? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)