Button.SetText

Button.SetText ( 

string ObjectName,

string Text )

Example 1

Button.SetText("Button1", "Click Here");

Changes the text on the button named "Button1" to "Click Here".

Example 2

Button.SetText("Sound Toggle Button", "Music On");

Changes the text on the button named "Sound Toggle Button" to "Music On".

See also:  Related Actions