This is something from my collection, it will delete spaces or any other character. Enjoy.
Function Strip(strString As String, strStrip As String)
'Remove any occurence of any character in Strip from String
' Example strip("Hello World", " l") would give "HeoWord"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.