Continuing the discussion from Directory Opus 13.13.4 (Beta):
Looks like the bug hasn't been completely squished:
=return "a" == "b" ? "@confirm:A" : "HELP" + " WINDOWINFO"
Writing ("a" == "b")
is a workaround.
Continuing the discussion from Directory Opus 13.13.4 (Beta):
Looks like the bug hasn't been completely squished:
=return "a" == "b" ? "@confirm:A" : "HELP" + " WINDOWINFO"
Writing ("a" == "b")
is a workaround.
=return("a" == "b" ? "@confirm:A" : "HELP" + " WINDOWINFO");
This is OK
Thanks! Fixed in the next update.