Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Problem
Message
 
To
17/05/2001 16:03:35
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00508496
Message ID:
00508550
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform