Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Special characters

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Special characters

    Can someone please tell me how I may insert special characters - for istance the ASCII code 34 ' " ' in a string ?
    As an example:
    string TXT = """

    #2
    Originally posted by AlexAlex View Post
    Can someone please tell me how I may insert special characters - for istance the ASCII code 34 ' " ' in a string ?
    As an example:
    string TXT = """
    ref: https://msdn.microsoft.com/en-us/lib...(v=vs.71).aspx

    Comment


      #3
      Hello AlexAlex,

      From what koganam linked you can use \", for example from the linked msdn article:
      Code:
      "Joe said \"Hello\" to me";

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Graci117, Yesterday, 11:40 PM
      0 responses
      5 views
      0 likes
      Last Post Graci117  
      Started by BIOK.NT, Yesterday, 01:56 PM
      2 responses
      11 views
      0 likes
      Last Post BIOK.NT
      by BIOK.NT
       
      Started by i2ogu3, Yesterday, 11:31 PM
      0 responses
      4 views
      0 likes
      Last Post i2ogu3
      by i2ogu3
       
      Started by RDTrader16, Yesterday, 10:19 PM
      0 responses
      10 views
      0 likes
      Last Post RDTrader16  
      Started by gemify, 03-08-2023, 08:02 AM
      9 responses
      150 views
      0 likes
      Last Post culpepper  
      Working...
      X