There are 5 timers. I'm able to sort with an array of 5 elements, which is greater. But I don't know which timer is in the first row. How can I learn this? I am sorting them with the codes shown in the picture. but it just gives me numbers. I need to find out which timer is in the first row.
you are only sorting timer value so info about timer number is lost. if you want to keep track of that too, your record that is being sorted must also include other field(s). in this case it would need to include timer number.
btw, in this case both elements of the record could be INT but i show value as REAL just to illustrate that structure could contain anything
you are only sorting timer value so info about timer number is lost. if you want to keep track of that too, your record that is being sorted must also include other field(s). in this case it would need to include timer number.
btw, in this case both elements of the record could be INT but i show value as REAL just to illustrate that structure could contain anything