Hi,
i generate inside a form a random number: RoundDown(Rand()*(9999-1);0)
I want to generate allways a new number when i generate a new from, i do this with pushing an button.
I tried to reset the textinput when button.pressed. But the random number stays the same?