This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Actions & Rules : every() operator |
every() operator |
A v4.0.0 Boolean operator examines a group of notes and determines whether every note in the group meets a criterion.
every(where,what)
where describes the notes to be examined and may be any of {child,descendent,sibling,ancestor,all}.
what may be any valid expression, but will usually be a reference to an attribute.
For example:
every(child,$status=important)
every(child,$overdue)
Up: Actions & Rules | |
Previous: any() operator | Next: format() operator |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]