GetChild()

Syntax:

GetChild( Index )

Return:

The name of the specified child of the specified Object.

Parameters:

Index - The index position of the required child. Index is zero-based indexed. This parameter is required.

Remarks:

This function returns the name of the specified Child.

Note:
All objects on the page are returned in the reverse order to that shown in the Organiser. In other words, the bottom-most child is the first child retrieved in the Return Value.

image\Script_Button.jpgExamples