Jump to content

API Tree.StepNamedIndex

From Flowcode Help
Revision as of 11:41, 16 January 2023 by Wiki bot (talk | contribs)
StepNamedIndex
Updates the object to point to the Nth next (younger) sibling matching the name 
- HANDLE Object
The object to update with the next found sibling 
- STRING TargetName
The name of the sibling to find 
- LONG Index
The index to find, 0 for the first including this 
- NONE Return


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Tree.StepNamedIndex(return_object, "targetname", index)

No additional examples