Jump to content

Update Or Change A Label


Recommended Posts

$label1 = GUISetControl ( "label", "original label", left, top, width, height)

label has the text "original label"

Then

GUISetControl ( $label1, "new label text", left, top, width, height)

Now the original label will have the text "new label text"

Edited by alawoona
Link to comment
Share on other sites

$label1 = GUISetControl ( "label", "original label", left, top, width, height)

label has the text "original label" 

Then

GUISetControl ( $label1, "new label text", left, top, width, height)

Now the original label will have the text "new label text"

You can also use GuiWrite which can upstae the state and the text :D
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...