Page 1 of 1

VF inconsistency between operators when quoted

Posted: 27 May 2022 07:38
by jupe
I am not sure if you want to classify this as a bug, but I noticed an inconsistency between | and OR when using quoted VF's, here is a demo script,

Code: Select all

  goto <xypath>;
  filter '"xycopy.exe" | "xyplorer.exe"';
  msg "notice filter works";
  filter '"xycopy.exe" OR "xyplorer.exe"';
  msg "notice filter doesn't work";
  filter '"caption" "xycopy.exe" OR "xyplorer.exe"';
  msg "notice filter works";
AND may be affected too, I didn't test.

Re: VF inconsistency between operators when quoted

Posted: 27 May 2022 14:33
by admin
Yep. Fix comes. :tup: