Help wrote:%$CLIPNAMEQ1%, %$CLIPNAMEQ2%, %$CLIPNAME_NEQ1%, %$CLIPNAME_NEQ2%
Like %$CLIPNAME1%, %$CLIPNAME2%, %$CLIPNAME_NEQ1%, %$CLIPNAME_NEQ2%, but surrounds name with double quotes if it contains at least one space, e.g. name 1.txt -> "name 1.txt".
Shouldn't it be:
That is - no Q's in the "Like:" part.%$CLIPNAMEQ1%, %$CLIPNAMEQ2%, %$CLIPNAME_NEQ1%, %$CLIPNAME_NEQ2%
Like %$CLIPNAME1%, %$CLIPNAME2%, %$CLIPNAME_NE1%, %$CLIPNAME_NE2%, but surrounds name with double quotes if it contains at least one space, e.g. name 1.txt -> "name 1.txt".