Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String function that extracts '
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00561702
Message ID:
00561768
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform