issie

  1. MarkusR

    Android Question [solved] how to use the List.Sort ??? (issue with utf-8 byte order mark from notepad editor)

    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...
Top