View Single Post
  #4  
Old 10-18-2004, 03:55 PM
jfreedman jfreedman is online now
Registered User
 
Join Date: 10-15-2004
Posts: 12
No replacements made in file message

Let me rephrase my post I earlier deleted...


I am assuming (based on my tests) that in the replace action, if the item we are searching for to replace already equals what it should replace, I get a message of "No replacements made in file"

The next action which then adds to the file will add the property if the last action returned "No replacements made in file".

So in my instance, if the property is already set correctly, the first action returns "No replacements made in file", the next action then says if the prior action returned "No replacements made in file", then to add text to it. This would cause the property to get written out a second time.

How do I prohibit it being written out on the second action if the first action returned "No replacements made in file" because the property was already there?

Thx
Reply With Quote