shankar_it Posted August 10, 2005 Posted August 10, 2005 I am a newbie to .net programing languages. Dim a as string a=" This is a "vb.net" program" When i declare it as string this dosen't work bcs i have a double quotes inside the string quotes.Is there a way to solve this problem Quote
Administrators PlausiblyDamp Posted August 10, 2005 Administrators Posted August 10, 2005 Dim a as string a=" This is a ""vb.net"" program" Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
FYRe Posted August 12, 2005 Posted August 12, 2005 I am a newbie to .net programing languages. Dim a as string a=" This is a "vb.net" program" When i declare it as string this dosen't work bcs i have a double quotes inside the string quotes.Is there a way to solve this problem -------------------------------------------------------------------------- maybe u can try this out : Dim a As String = "This is a vb.net program" -------------------------------------------------------------------------- Quote sOMEONE'S gONNA dO iT, wHY nOT yOU ?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.