|
DustyShouri Novice
Joined: 29 Oct 2004 Posts: 34
|
Posted: Sat Apr 16, 2005 12:33 pm
%replace |
Well, I have a list that stores all afflictions: @afflictions
Now, I show those all in a status window via:
%replace( @afflictions, "|", ", ")
Is there any way I can replace the |'s with newlines? I want to make each item show up on the next line, and not on the same one. Is there any way that's possible? It seems %replace doesn't support functions in it.
I just want it to all display an item on each line, and not rely on wrapping. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat Apr 16, 2005 3:40 pm |
%expandlist(@afflictions, %cr)
|
|
|
|
DustyShouri Novice
Joined: 29 Oct 2004 Posts: 34
|
Posted: Sat Apr 16, 2005 6:03 pm |
Thanks!
|
|
|
|
|
|