![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
What I'm saying is to use double-quotes only for delimiters in the VB code. When you want to have a " in the string itself, use " instead. This is how you markup double-quotes in XML (which is how the structures are actually stored). So rather than having "" (a quoted double- quote), use " (all 6 characters) instead. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI Practices Team SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Jhonny" <member28126 (AT) dbforums (DOT) com> wrote in message news:3320002.1062524245 (AT) dbforums (DOT) com"]news:3320002.1062524245@d- bforums.com[/url]... Thank you for your help Dave, but are you saying to put something like Chr(34) instead of ""? Do you know how I could encode it? Thank you for your continuous help, -- Posted via http://dbforums.com/http://dbforums.com |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |