Hi WarmedxMints!
Thanks for your reply … I used Linq method of course but now I have a new problem
I Can’t insert those converted values into Dropbox options! Something like "Can’t convert from System.Collection.Generic.List to System.Collection.Generic.List<UnityEngine.UI.Dropdown.OptionData>.
I See …
I’d need to convert that string list to an int list because I am trying to sort in the correct way the dropdown.
I am retrieving data from an online SQL database and sorting that numbers by using
filtroN_CYL.Sort()
isn’t working good as I get: 10,12,4,6 instead of 12,10,6,4. I thought that converting strings into integers i could sort numbers in a better way! Unfortunately those data should sort automatically as database is changing!
Ehm … Thanks again … now I quit and I will try again tomorrow! (Late night here!)