i have a textfile in utf-8 and this code but the list is not sorted. (7.80)
i put a A at top of the file and a Z an the end.
Dim problems As List = File.ReadList(File.DirAssets,"problems.txt")
problems.Sort(True)
Dim i As Int
For i = 0 To problems.Size-1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.