Returns the index of the <Node> with the specified name or -1 if the <Node> cannot be found in the collection.
int32 FindIndexByName( string p_sName )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| string | p_sName | A string value containing the name you wish to search for. | 
None published. Please look for an example in the Simdify Scripting Language code base.