Post Reply 
Strange issue with new firmware [SOLVED]
06-07-2016, 08:19 PM
Post: #3
RE: Strange issue with new firmware
(06-07-2016 07:31 PM)periappi Wrote:  RETURN("/!\ n < 30 /!");
The debugger stops on "/" and "".

It is stopping on the incomplete escape character. If you are trying to print "/!\" in a string, you'll need to put \\ for each single instance of \ you want to print. Change it to be "/!\\ n < 30 /!\\" and you should be good.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Strange issue with new firmware - Tim Wessman - 06-07-2016 08:19 PM



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