08-26-2009, 06:46 PM
str text= "This is some text. TEXT1 This is some more text."
str lookFor = "TEXT1"
int location = find(text lookFor)
text.remove((location + lookFor.len))
out text
str lookFor = "TEXT1"
int location = find(text lookFor)
text.remove((location + lookFor.len))
out text
