How do you ouput " using TextFile.WriteFromString?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nomis23uk
    Indigo Rose Customer
    • Mar 2013
    • 5

    How do you ouput " using TextFile.WriteFromString?

    Hi all,

    Just wondering how I can output and update a text file with a full path including the quote " character.

    basically I want to update a file path that is inside a batch script.

    thanks in advance.
  • Ulrich
    Indigo Rose Staff Member
    • Apr 2005
    • 5130

    #2
    You need to escape the quote, using the backslash: \".
    Check the documentation, in the topic where strings are explained: Scripting Guide > Variables > What are Variables?

    Ulrich

    Comment

    • nomis23uk
      Indigo Rose Customer
      • Mar 2013
      • 5

      #3
      Thanks for taking the time to reply. Will give this a try in the morning. Many thanks.

      Comment

      Working...
      X