Enable()

Syntax:

Enable( Set )

Parameters:

Set – Sets the specified object’s Enable status to enabled if Set is true or disabled if Set is false. This parameter is required. Set should either be true or false or a variable that evaluates to true or false.

Remarks:

This function will enable or disable the specified object. To disable the object set the Set parameter to false, to enable the object set it to true.

image\Script_Button.jpgExamples