|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
|
Visual Basic - Special characters - "
HI,
I would like to use special characters in string operations. How can i use them, for example the char = " \", /" seems not to work for example if i want xxx to hold value 'ab"cd' xxx = "ab"cd" |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
|
|
|
|
|
|
#3 |
|
Member (7 bit)
|
Tnx a lot works just fine !!!
|
|
|
|
|
|
#4 |
|
Professional gadfly
|
You can also use chr$(34). I prefer this method, although either will work. The double quotes is probably easier.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|