|
-
May 10th, 2006, 04:50 PM
#1
Thread Starter
New Member
[02/03] how do I chr$(34), ie (") qoute?
I want to put qoutes in a Writeline statement. Is the ascii character chart not implemented anymore?
Thanx
-
May 10th, 2006, 04:54 PM
#2
Hyperactive Member
Re: [02/03] how do I chr$(34), ie (") qoute?
Debug.WriteLine("You asked ""I want to put qoutes in a Writeline statement. Is the ascii character chart not implemented anymore?""")
Debug.WriteLine("So just use two quotes instead of one. "" ,or 4 instead of 2 """" etc.")
Debug.WriteLine("or " & Chr(34))
-
May 10th, 2006, 04:58 PM
#3
Thread Starter
New Member
Re: [02/03] how do I chr$(34), ie (") qoute?
-
May 10th, 2006, 04:59 PM
#4
Re: [02/03] how do I chr$(34), ie (") qoute?
Debug.WriteLine(Convert.ToChar(34))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|