View Single Post
  #1  
Old 05-17-2007, 12:19 PM
John Kerr John Kerr is online now
Registered User
 
Join Date: 08-17-2006
Posts: 10
Search for string with quotes in file

I am looking for a way to create a conditional build step based upon a string search in a file. I have found the script expression [InStr(vbld_FSO().OpenTextFile("%FILE%").ReadAll(), "Some String") > 0 ] in the forum to use when "Build only if macro or expression" evaluates to true. However, the string I need to search for contains quotes. Can you help? I can't fiqure out how to escape the quotes in the script expression.
Reply With Quote