Hey there! I'm having some trouble verifying the program I made for my Spiderbot. As a newbie to programming, I'm not sure what the error message "\357" means or how to go about resolving it. Can someone help me out with this compilation error? Thanks!
First line:
change
/*****
to
//*****
HTH
Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE
Please do not post pictures of code
Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'
Use code tags (the < CODE/ > icon above the compose window) to make it easier to read and copy for examination
Where did you get the code ?
If you copied it from a Web page then it may contain Unicode characters that the IDE cannot cope with
Post it here in code tags, save your post then select and copy the code back to the IDE. This often removes the Unicode characters
I think this could be your problem:
\357, \273, \277 is the octal representation of 0xef, 0xbb, 0xbf.
Thx so much. I will have a try!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
