Post Reply 
(50g) String inside string manipulation, UserRPL
10-18-2016, 11:17 PM (This post was last modified: 10-19-2016 01:38 PM by DavidM.)
Post: #18
RE: (50g) String inside string manipulation, UserRPL
It definitely appears that the parser used by STR→ (and by extension, OBJ→) is confused by \" sequence in certain situations. I noticed that "\"" seems to always work, though.

Is there a reason that you have to build the escape sequence in multiple steps? If you keep putting the elements in place on the stack (or better yet, in a list) and then concatenate them all at the end, the final string may be more coherent for the parser. Just a thought.

Otherwise you probably need to start considering alternatives to UserRPL. Either extended functions (as Claudio points out), SYSEVALs or straight SysRPL.

Don't give up!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (50g) String inside string manipulation, UserRPL - DavidM - 10-18-2016 11:17 PM



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