How do I sort a list?

Because my data ist all mixed up how to self the list orderly for example here this is the list of my buttons Display the list the moment for controlling for Seeing pourposes, on Label1.

Thanks for your Help in advance.

Scott

blocks (2)

Start an empty list to collect what you have in your buttons.
Loop through the buttons one by one, adding their text to the list.
Use one of the advanced list blocks to sort the list.
Join the list with separator \n to get a multiline text.
Put it into your label.text.

How? And where?

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

..

Here you can find a bubble sort for a list.
Not sure your list is "easy to sort", if I'm not wrong your list is composed by alternating elements: number,string,number,string... and sorting it will not be that useful