i there C3'ers,
Creating a simple random quiz-like C3 project.
General description is press button you get random question, until all questions completed.
If you get a good score move to next layout/round 2...if not try round 1 again.
Questions are stored as String Variables in a desriptionarray but randomized in another indexarray and deleted once selected by the randomizer.
Problem when I restart layout using a button the index array is empty and nothing really works.
I have tried Resetting Global, Reset Persisted objects, etc...seems the only way i get it to really reload is to use a Browser Reload which I do not want to use...