FindChild()

Syntax:

FindChild( Name )

Return:

The name of the child of the specified Object. If the child does not exist in the specified object, the Return Value is NULL.

Parameters:

Name - The name of the child. Name must be surrounded by quote marks. This parameter is required.

Remarks:

The name of the child used is the original name of the object, as shown in the Organiser. You should not replace spaces with underscores as you do when referring to an object directly e.g. for Button 1, use the name Button 1 NOT Button_1.

image\Script_Button.jpgExamples