|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
Posted: Tue May 30, 2006 8:36 pm
Removing Items of a given form from a string list |
Given a string list of any of the following forms
1.X|1.Y|UNIMPORTANT_1|2.X
1.X|UNIMPORTANT_1|1.Y|UNIMPORTANT_2|2.X
1.X|UNIMPORTANT_1|2.X1.Y|
UNIMPORTANT_1|1.X|2.X|1.Y
produce
1.X|2.X|1.Y
Basically, remove all occurances of UNIMPORTANT_(Any Number Here)
from a given string list. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Tue May 30, 2006 10:13 pm |
#LOOP highestNumberThatShows {#DELI stringlist unimportant_%i}
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|