VF inconsistency between operators when quoted

Things you’d like to miss in the future...
Post Reply
jupe
Posts: 2757
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

VF inconsistency between operators when quoted

Post 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.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: VF inconsistency between operators when quoted

Post by admin »

Yep. Fix comes. :tup:

Post Reply