Returns the position of this
node in its collection of like-named, in-scope nodes.
If the node has no name, the position in its like-class named
collection is returned.
SyntaxReference_Syntax.index = "integer"
Values
Type
|
Values
|
Integer
|
An integer representing the 0 based index
position of the current object relative to objects of the same name
within the same scope.
|
JavaScriptSubform1.parent.index;
FormCalcSubform1.parent.index
|
|
|