| |
gold7
Posts: 10
Score: 0
Joined: 6/9/2001
From: USA
Status: offline
|
Hey, Does anyone know how to output the double-quote " character in VBScript? (Escape characters) For example, in JavaScript, the following would output (with double-quotes) the string "Hello, world!" in a message-box: alert("\"Hello, world!\""); The VBScript equivalent? This does NOT work: MsgBox("\"Hello, world!\"")
|
|