| Author |
Comment/Response |
Leonie
|
03/27/12 05:28am
Hey :)
So what happens when you use (String)Reverse is that not only the expressions in a list/string get reversed but the whole list/string. Like so: {abc,xyz} becomes {zyx,cba}. What I'd need is that only the expressions get reversed, like so: {abc,xyz} becomes {cba,zyx}.
I'm probably missing something crucial here, but my brain is in a bit of aknot and I would really appreciate someone pointing me in the right direction :)
x
URL: , |
|