Post Reply 
newRPL: Adding string processing commands?
09-20-2016, 04:04 PM
Post: #2
RE: newRPL: Adding string processing commands?
The Prime commands ASC and CHAR are pretty handy:
- ASC(string) returns a list with the ASCII codes of the string characters
- CHAR(list) does the opposite

ASC("abc") -> {97,98,99}
CHAR({97,98,99}) -> "abc"
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: Adding string processing commands? - Didier Lachieze - 09-20-2016 04:04 PM



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