$remove works like:
$remove(Word,LettersToRemove)
for example
if i had the words "and hello"
//echo -a $remove(and hello,and)
would return the word hello
and remove the and

hope that helped

EDIT:
i misunderstood what you meant
laugh sorry

Last edited by whatsthedillio; 26/08/04 05:55 PM.