Results 1 to 4 of 4

Thread: [02/03] how do I chr$(34), ie (") qoute?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    9

    Question [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

  2. #2
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    297

    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))

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    9

    Re: [02/03] how do I chr$(34), ie (") qoute?

    Thanx, that worked!

  4. #4
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    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
  •  



Click Here to Expand Forum to Full Width