timer sort
-
Recep -
January 26, 2023 at 2:26 PM -
Thread is Resolved
-
-
The $TIMER in the top row is $TIMER[1], as shown in the code. What exactly are you trying to accomplish?
-
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