Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String function that extracts '
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00561702
Message ID:
00561768
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hello,
>I am trying to find a way to remove the character ' out from the middle of a string. An example would be a string that reads: "Mac's Trucks" into just: "Macs Trucks". Does anyone know how to do this?

If you are using VB6, you can use the Replace function:
msgbox replace("Mac's Trucks" , "'", "")
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform