SteveS
September 18th, 2001, 01:57 PM
I have a string on a VBScript ASP page and I want to remove all occurances of a specific character. I cannot find the function that does this.
For example, if I have "Cat-dog-mouse" and I want to remove all '-' characters so I have "catdogmouse". The MSDN documentation isn't being very helpful right now as the function that does this does not appear to be listed.
Thanks
For example, if I have "Cat-dog-mouse" and I want to remove all '-' characters so I have "catdogmouse". The MSDN documentation isn't being very helpful right now as the function that does this does not appear to be listed.
Thanks