List Commands Library for 50g
|
09-06-2017, 09:14 PM
Post: #122
|
|||
|
|||
RE: List Commands Library for 50g
(08-11-2017 02:15 PM)DavidM Wrote: the conversion of vectors/matrices to lists is simple enough, and best handled at the user's discretion.I suggest a S->CHRL command to convert a string to a list of its individual characters. E.g. { "ABC" } -> { "A" "B" "C" } A similar command could concatenate the values back into a single string. This would let you break a string into a list, operate on the characters, and put them back together. It would make things like converting to upper case, lower case, or adding/subtracting one easy to do in User RPL and could thus replace the new commands that do these. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)