group.find
Syntax
- ind = group.find(s)
Get the group index associated with a group name. Note that a group with the name s will be created if one does not exist already (and the index to it is returned).
In other functions, optionally, a group index may be used instead of a string as an argument or assignment value (e.g., the
zone.grouporzone.isgroupfunctions). An index does not require string comparison and lookup and is therefore faster to execute.
| Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Jun 15, 2025 |