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 cre8able, Today, 01:16 PM
      2 responses
      9 views
      0 likes
      Last Post cre8able  
      Started by chbruno, 04-24-2024, 04:10 PM
      3 responses
      48 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by samish18, Today, 01:01 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by WHICKED, Today, 12:56 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by WHICKED, Today, 12:45 PM
      1 response
      11 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X