Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Altered:
Function [other Function type actions]
Composite [operators of similar scope]
Composite [other Composite operators]
Baseline
compositeFor("item")
returns a List-type list of paths of all notes in the composite containing note item.
By using designator this for item, any note in the composite can refer to its containing composite.
$MyList = compositeFor("Total");
If the name of a composite is known, but not the note name(s) or any of its constituents, use compositeWithName().