Textbox is not updating after subsequent clicks

I have a textbox on script associated with a variable. When a button is click, it updates the variable with this expression, round(random(1, 999999),0). It works on the first click but it does not update the textbox with subsequent clicks.

hi wu_edward,

How are you updating the textbox? sounds like it may have to do with your script not updating state after the first click

Hi Zino. It was thru a button click event. How do I update the state?

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