Hi guys,
I'm just wondering if anybody has written a Remove Function. I'm getting a bit sick of having to use Mid() all the time, and I believe it's slowing down my program a little.. unfortunately, I don't have the know-how yet to write myown remove function.. :)
Thanks,
P.S - What I basically am looking for is something that would work similiar to this:
str = "bah!"
newstr = Remove(str,"b")
Which would just return 'ah!' :)
Thanks heaps everybody
