Hello,
somebody know how to sort a list of strings by containing numbers? First i remove all letters and then i convert the “string-numbers” in real numbers to sort them. But at final i cant sort my mainlist with that sorted nummerlist.
Hello,
somebody know how to sort a list of strings by containing numbers? First i remove all letters and then i convert the “string-numbers” in real numbers to sort them. But at final i cant sort my mainlist with that sorted nummerlist.
hi,
just remove List.Sort node, connect directly from ToNumber node to List.SortBtKey
Perfect, thanks!!