|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Sat Aug 17, 2002 8:03 pm
Adding a space behind all variables in a list. |
I have a variable with a lot of names in it. Before exporting it, the variable has a space behind every name (i.e. Name ). After exporting the variable, all the spaces have disappeared (i.e. Name). Is it possible to make an alias to add a space behind all entries in the list again? There really is a LOT of names in the variable, so going through it and manually adding a space isn't an option.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Aug 17, 2002 11:46 pm |
Assuming this is a stringlist-type variable,
#VAR names {%replace(@names, "|", " |") + " "}
LightBulb
Senior Member |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|