See
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/vbls7/html/vblrfVBSpec2_4_4.htm
in the msdn online help.
--Mary
On Tue, 21 Sep 2004 05:06:32 GMT, "Al Wilkerson" <ac527@comcast.net>
[quoted text, click to view] wrote:
>
>What is the literal forms for printing quotes (" and ') in VB. Net
>You know in C/C++, and Java it's \", but what is it in VB.Net
>
>Thanks,
The only literal in VB is "" for ". Everything else is a constant in
Microsoft.VisualBasic.ControlConstants.
--
Jonathan Allen
[quoted text, click to view] "Al Wilkerson" <ac527@comcast.net> wrote in message
news:sFO3d.231739$mD.82801@attbi_s02...
>
> What is the literal forms for printing quotes (" and ') in VB. Net
> You know in C/C++, and Java it's \", but what is it in VB.Net
>
> Thanks,
> --
> Al
>
>