Is there another way to use array info besides lists?

Im a pretty low level coder, but have managed to create a code that works out the percentage of 2 user input variables and load it into a dynamic text box in the next frame(12 variables that get me 6 different percentages - 6 dynamic text boxes)…

My problem is that once I have that 6 different percentages I need to arrange them from largest to smallest. I started out by using comparisons but with all the variables getting 6 numbers in 6 positions it gets massive and difficult to debug.

Is there a way to load the dynamic text into various positions, using the infomation I get from an array sort method?

If not please say so, or if you have another solution any thing would help
Thanks