Bug? List.Sort by iOS 18 - Filippo    Sep 18, 2024 Hi,
when using the “lst.sort” function, all my apps from iOS 18 onwards crashed.
Here is my code:
Private Sub goShowSavedLaps
Dim lst As List
Dim strTmp As String
lst.Initialize... B4J Question [BANano] [SOLVED] Please help with List.sortType for sorting a list of maps. - Mashiane    Aug 13, 2024 Hi
I've just found this good piece of code that I want to apply in sorting my lists of maps... SortListOfArrays(Table As List, Index As Int) As List
Dim temp As List
temp.Initialize
For Each row...
I have tweaked it so that I can do the same for a list of maps.
Sub ListOfMapsSort(lst As List....SortType("SortKey", True)
Dim sorted As List
sorted.Initialize
For Each sh... B4J Code Snippet Randomize Re-Sort List - Magma    Mar 30, 2024 project...
152326
so needed to randomize the sort of the list... thought this way... i am sure... "Click Names to re-sort..."
End Sub
Sub showrndlist(aa As List) As String
Dim how As Int... B4J Question [ List Sort ] Sort dont working on list - Waldemar Lima    Jan 2, 2021 hello everyone !!
i am trying to sort some list with integer values, but i get this result :
105312
is this right ?... B4A Question [solved] how to use the List.Sort ??? (issue with utf-8 byte order mark from notepad editor) - MarkusR    Mar 21, 2018 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... B4A Question list sort custom type - drgottjr    Jul 10, 2016 is because i want to sort the list later using a sort field. i started out with a map, but erel said to change to a list with a custom type and to chose a sort field. but i'm not getting... B4A Question List Sorting - wonder    Jan 31, 2015 ) a list can support.
2. To sort a big big big list, what's the best method/algorithm? Bubble sort? Quick sort?
3. Is it feasible to import 8 megabytes of data to a list and sort it?
4. Am I asking... Wish List.SortTypeUnicode - asales    Jan 26, 2015 Unicode (to accented characters) version of SortType for Lists....The SortType and SortTypeCaseInsensitive works fine, but not with accented characters.
If already... B4J Question Custom type list sorting with multiple criteria - giggetto71 (first post)    Aug 12, 2021 perfect! it works as expected!... Wish List.SortTypeCaseInsensitive - NeoTechni    Sep 3, 2013 I would like Case Insensitive version of SortType for Lists... Page: 1   2   3   4   |