Need info about Mark Cards command...
Jerry Jensen
jhj at jhj.com
Sun Oct 26 02:32:11 EDT 2014
On Oct 25, 2014, at 10:58 PM, Tim Selander <selander at tkf.att.ne.jp> wrote:
>
> Question 2) How would I use the mark cards, or some other command, to pull up AND constructs. For example marks cards where "Main Street" AND "Central Ward" are in field "address" ??
Just an untested guess, but how about:
mark cards where (("Main Street" is in field "address") and ("Central Ward" is in field "address"))
The parens are probably unnecessary but serve to highlight the syntax.
.Jerry
More information about the use-livecode
mailing list