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" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)