|
Tommy2143 Beginner
Joined: 10 Aug 2002 Posts: 17
|
Posted: Mon Feb 03, 2003 4:49 pm
%strip function |
Is there any way to get %strip to strip ALL numbers that may appear in a string list? I tried using (%d) to indicate a wildcard number, but that didnt work. Is this even possible? Thanks in advance.
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Feb 03, 2003 6:11 pm |
Yes, there is:
#VAR myList %subchar(@myList, "1234567890", "")
Kjata |
|
|
|
|
|
|
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
|
|