Hey, i have a SET LENGTH string that i need to find.

But the string that i have to find can be anything.
the string is like:
&#########&

it will ALWAYS be 11 letters long.and always have a & at the beginning and end of the string. the ### will be replaced by letters and numbers

I have to SEARCH for the 11-Letter string, (in a string).
there will be no spaces after or before the & on each side. so it would be like

Blah&#########&blah

And once it finds it, I have to do an ACTION using that String (it will be put into a variable) and then it will erase the 11-character string from the Searched string.

and it will keep searching for the string until the end of the string.

-----
I guess you would SEARCH the string for any &.. then check if that along with the next 10 characters equals a correct string.. then do an action

Thanks... not sure how to do this myself

[Edited by progeix on 12-03-2000 at 09:31 PM]