photools.com Community

IMatch Discussion Boards => General Discussion and Questions => Topic started by: P.Jones on May 05, 2014, 01:05:31 PM

Title: File window tip script error
Post by: P.Jones on May 05, 2014, 01:05:31 PM
The file window tip has a script error in that the keywords are all bunched up together as shown. Instead of

keyword; keyword; keyword etc...

I think the error is at the end of the script here

</Run>;replace:~;==;  }

Anyone good at scripts?

[attachment deleted by admin]
Title: Re: File window tip script error
Post by: JohnZeman on May 05, 2014, 02:01:43 PM
Add a ~ before your last ; so IMatch knows to treat it as a literal character.

</Run>;replace:~;==~; }
Title: Re: File window tip script error
Post by: P.Jones on May 05, 2014, 02:31:20 PM
Quote from: JohnZeman on May 05, 2014, 02:01:43 PM
Add a ~ before your last ; so IMatch knows to treat it as a literal character.

</Run>;replace:~;==~; }

Thanks John.
Title: Re: File window tip script error
Post by: Mario on May 05, 2014, 04:28:26 PM
A side effect of a recent bug fix.
I have corrected that in the standard file window tip I ship with IMatch.