-
Enter a Score and work out its postion?
Here’s a challenge for ya…
I’m building a scoreboard and i’d like to have the postion of the contestant worked out based on their score
So, say I have these variables;
Name1 = [score]
Name2 = [score]
Name3 = [score]
Name4 = [score]
…How can I work out the postions (1st, 2nd, 3rd, 4th,…) based on the scores?
I would like an expression to return values of 1, 2, 3, 4,… Which i will use to change the Y position of a pre Comp in the main comp.I’ve got loads of these boards to do so was hoping I could just build one. Duplicate it, Enter the scores and have the contestants re-ordered automatically 🙂
Cheers