Clear text in a text box after sending

I have created some text boxes in my app that will send the text over Bluetooth connection after clicking a button. Now I would like to delete the text I have typed in the box when I have clicked the button to send it. I have not found a possibility to delete the text automatically after sending.
Does anybody knows how to do that?

Best regards

Stef

In whatever click event you press to send the text, add a block: textbox.text = text (empty)

Do you have a picture of the block? Or you can say where I can find it?
I have searched for something like that, but have not found it!

1 Like

If you haven’t done it already…
Read:  The FAQ  TUTORIALS  USING IMAGES  BLOCKS  COMPONENTS  EXTENSIONS  LISTS 

Thank you very much!
I did not thought it would work this easy way. Cool!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.