Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Problem
Message
 
À
17/05/2001 16:03:35
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00508496
Message ID:
00508550
Vues:
20
>I have a string and I want to assign a string that contain ".
>
>I have to put " to mark the start and the end of the String, but I want to include the " within the String too...How Can I do that in VB??

You can concatenate characters like this:
msgbox chr$(34) & "Hello" & chr$(34)
É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