Was trying to solve this same problem as simple as possible and looks like all the .cap files are out of date.
I am trying to create show numbers 1-3 randomly without repeating. Seems pretty simple but I am just getting stuck as my programming skills are not great. Any help is appreciated.
Here is what I have tried.
I have set three global variables.
varX
varY
varZ
On start of layout I am setting each of those...
System > Set varX to floor(random(3)+1)
System > Set varY to floor(random(3)+1)
System > Set varZ to floor(random(3)+1)
I am then setting text boxes on the layout to display each of the variables.
What are my next steps to check that all three numbers are different. 1, 2, 3 should show up in a different order each time.
Any help, explanation, etc. would be greatly appreciated. I am sure there is a much more simple way to approach this. Thanks for the time!