[literal group assignment lists]

Tinderbox Icon

From v5.6.0, group designators may also be lists of notes, either explicitly

$Color(/config/one;/config/two)="red" 

or implicitly computed by an expression equating to a list enclosed in double-quotes:

$Color("collect_if(all,$Path,$Price>5)")="red" 

$Color("collect_if(all,Color='red',$Path)")="blue" 

Note in the latter example how string literals within the expression use single-quotes to avoid premature closures.

Another new option is a list implicitly computed by a find() query expression: $Color(find($Price>5))="red" 

$Color(find($Color="red"))="red" 

Note that find() queries do not need to be double-quoted, unlike the earlier examples above.


Possible relevant notes (via "Similar Notes" feature):

Up: Group Note Designators
  Next: all 

A Tinderbox Reference File : Objects & Concepts : Designators : Group Note Designators : [literal group assignment lists]

Quicklinks: Attributes | Action Codes | Export Codes | Designators | Date Formats | aTbRef Site Map

[Last updated: 16 May 2012, using v5.11.1]


Search:

Google search aTbRef for:  


Creative Commons Licence

aTbRef by Mark Anderson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

[See aTbRef CC licence Attribution & Waiver info]

Made with Tinderbox