Click here to Skip to main content
15,921,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Value for uninitialized elements of array Pin
Dave Kreskowiak21-Jun-07 9:48
mveDave Kreskowiak21-Jun-07 9:48 
GeneralRe: Value for uninitialized elements of array Pin
hsprasain21-Jun-07 10:15
hsprasain21-Jun-07 10:15 
QuestionHow to detect what version of OS Pin
ctlqt1221-Jun-07 7:54
ctlqt1221-Jun-07 7:54 
AnswerRe: How to detect what version of OS Pin
Dave Kreskowiak21-Jun-07 9:15
mveDave Kreskowiak21-Jun-07 9:15 
AnswerRe: How to detect what version of OS Pin
GuyThiebaut22-Jun-07 1:04
professionalGuyThiebaut22-Jun-07 1:04 
GeneralRe: How to detect what version of OS Pin
Dave Kreskowiak22-Jun-07 3:42
mveDave Kreskowiak22-Jun-07 3:42 
GeneralRe: How to detect what version of OS Pin
GuyThiebaut22-Jun-07 3:51
professionalGuyThiebaut22-Jun-07 3:51 
QuestionHow do I handle a quote? Pin
KreativeKai21-Jun-07 7:14
professionalKreativeKai21-Jun-07 7:14 
I'm hoping this is an easy question. I am converting data from and reading specific strings and replacing certain characters with other characters.

For example, currently I'm replacing a & symbol with a | symbol using the following code.

dim strTest as string<br />
...  load strTest with a value from SQL ...<br />
strTest = Replace(strTest, "&", "|")


The code above works fine. Now, my question is, what do I do if the string has a " symbol in it. I want to replace the " with a | symbol. The code would look like this, but of course the compiler doesn't like this syntax.

strTest = Replace(strTest, """, "|")

Single quotes don't work either because the compiler recognizes this as a comment. How do I code a double quote?

Thanks for any help

Lost in the vast sea of .NET

AnswerRe: How do I handle a quote? Pin
Dave Kreskowiak21-Jun-07 7:46
mveDave Kreskowiak21-Jun-07 7:46 
AnswerRe: How do I handle a quote? Pin
J$21-Jun-07 7:51
J$21-Jun-07 7:51 
GeneralRe: How do I handle a quote? Pin
KreativeKai21-Jun-07 8:02
professionalKreativeKai21-Jun-07 8:02 
QuestionPopulate Pin
ozzyrocsdbn21-Jun-07 4:17
ozzyrocsdbn21-Jun-07 4:17 
Questionhow to get data from vb to excel [modified] Pin
khan201021-Jun-07 0:38
khan201021-Jun-07 0:38 
AnswerRe: how to get data from vb to excel Pin
Christian Graus21-Jun-07 1:02
protectorChristian Graus21-Jun-07 1:02 
GeneralRe: how to get data from vb to excel Pin
khan201021-Jun-07 1:18
khan201021-Jun-07 1:18 
AnswerRe: how to get data from vb to excel Pin
v1i9n6o7d21-Jun-07 1:03
v1i9n6o7d21-Jun-07 1:03 
GeneralRe: how to get data from vb to excel Pin
khan201021-Jun-07 1:19
khan201021-Jun-07 1:19 
QuestionAdjusting Resolutions of applications Pin
v1i9n6o7d21-Jun-07 0:13
v1i9n6o7d21-Jun-07 0:13 
AnswerRe: Adjusting Resolutions of applications Pin
originSH21-Jun-07 0:25
originSH21-Jun-07 0:25 
GeneralRe: Adjusting Resolutions of applications Pin
v1i9n6o7d21-Jun-07 0:32
v1i9n6o7d21-Jun-07 0:32 
GeneralRe: Adjusting Resolutions of applications Pin
originSH21-Jun-07 0:37
originSH21-Jun-07 0:37 
AnswerRe: Adjusting Resolutions of applications Pin
Christian Graus21-Jun-07 0:37
protectorChristian Graus21-Jun-07 0:37 
GeneralRe: Adjusting Resolutions of applications Pin
originSH21-Jun-07 0:38
originSH21-Jun-07 0:38 
AnswerRe: Adjusting Resolutions of applications Pin
Mycroft Holmes21-Jun-07 15:04
professionalMycroft Holmes21-Jun-07 15:04 
QuestionSell vb.net applications Pin
FeRtoll21-Jun-07 0:12
FeRtoll21-Jun-07 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.