Could someone show me how to remove any charachter in a line?
Printable View
Could someone show me how to remove any charachter in a line?
With VB6, you can use the Replace function. Guess this is daily answered.. anyway, something like this:
MyString = Replace$(MyString, "a", "")
Crazy D :-)
"One ring rules them all"
.. or if you're using VB5, you can use this routine :
http://codeguru.developer.com/bbs/wt...5&category=All
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb