set label1.text to origin list
label2.text to sorted list
do not use loop
Sorry, this is not right.
the if socket need a boolean value, not a number.
I don't see any one mentioning the " " around 0 in the scores column, missing from the non-zero numbers.
Could they be messing up the sort of column 2, by imposing string comparisons ('11' < '9') instead of numeric comparisons?
Right, and you can see that he uses "0" in his app. In total, he could use 0 and it won't be a problem.
In your app you are using this block with String value:
Use integer value:
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.