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 usglucofreeze, Today, 01:19 AM
      0 responses
      7 views
      0 likes
      Last Post usglucofreeze  
      Started by f.saeidi, Today, 01:12 AM
      0 responses
      7 views
      0 likes
      Last Post f.saeidi  
      Started by NinjaTrader_ChelseaB, 03-14-2017, 10:17 AM
      227 responses
      34,318 views
      7 likes
      Last Post rare312
      by rare312
       
      Started by f.saeidi, Today, 12:11 AM
      0 responses
      6 views
      0 likes
      Last Post f.saeidi  
      Started by Graci117, Yesterday, 11:40 PM
      0 responses
      7 views
      0 likes
      Last Post Graci117  
      Working...
      X