Quote:
Originally Posted by LibBikher
i didn't know I could put the word program in there. OK done. Now it is returning NO even though they match. Is it possible that this is because I am using the GetFileName plugin to get the file name and extract the extension? So that even though I cant see the file extension in the File column, the system still does?
|
davidfor's template says that "no" is the correct answer if the values match. To be precise, the template says
- return "yes" if #asin is lexicographically less than #file'
- return "no" if #asin equals #file'
- return "na" if #asin is lexicographically greater than #file'
I confess that I can't figure out what you really want to happen so I can't suggest changes.