Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear forum members, help.
How can a string be converted to a list?
"100,250,50" >>> '(100 250 50)
This is as an example. That is, when converting, the "x, x, x" pattern must be parsed into '(x x x).
Solved! Go to Solution.