|
-
December 6th, 1999, 10:01 PM
#1
How do I remove any charachter in a string?
Could someone show me how to remove any charachter in a line?
-
December 7th, 1999, 01:29 AM
#2
Re: How do I remove any charachter in a string?
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"
-
December 7th, 1999, 03:40 AM
#3
Re: How do I remove any charachter in a string?
.. 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|