SET TEXT keyword

Update the text of an object that supports text like TEXT and BUTTON.

Syntax

SET TEXT object, string

Parameters

  • object: object (required)
  • string: a string expression to display (required)

Example

SET TEXT myLabel, "This is the new text."

SET TEXT myButton, "Try again"

Go back to list of Keywords.