This version is out of date, covering development from v9.5.0 to v9.7.3. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

compositeFor(nameStr)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

 Function  [other Function type actions]

 Composite  [operators of similar scope]

 Composite  [other Composite operators]

 Baseline

 As at baseline


compositeFor(nameStr)

returns a List-type list of paths of all notes in the composite containing note nameStr.

$MyList = compositeFor("Total"); 

By using designator this for item, any note in the composite can refer to its containing composite.

$MyList = compositeFor(this); 

If the name of a composite is known, but not the note name(s) or any of its constituents, use compositeWithName().