Page 1 of 1

Set the text of button.

Posted: Tue Feb 02, 2021 1:00 pm
by Googie85
Hi Guys,

I am having no luck to get the following code to work on my Android device:

Code: Select all

  set the text of button "NEXT1" to "SEND"
I have even tried:

Code: Select all

      set the text of me to "SEND"
It wont change the text of the button. Am I doing something wrong???

Many Thanks,

Googie.

Re: Set the text of button.

Posted: Tue Feb 02, 2021 1:29 pm
by FourthWorld
Maybe you're looking for the label property?

Re: Set the text of button.

Posted: Tue Feb 02, 2021 1:30 pm
by Googie85
Sorry guys but I finally figured out where I was going wrong:

Code: Select all

   set the label of button "NEXT1" to "SEND"
Many Thanks,

Googie.