Wish List.SortTypeCaseInsensitive

NeoTechni

Well-Known Member
Licensed User
Longtime User
Does anyone know how I can make a sub to take the member as a parameter? Like how sorttype lets you sort by any member name and it takes it as a string? If I can get that, then I can make a reusable/universal sort
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
I'm trying it now, and it is not sorting properly.

The case of the field is correct, I simply replaced

B4X:
Packages.SortType("Name", True)

which worked, with

B4X:
Packages.SortTypeCaseInsensitive("Name", True)

And they aren't getting sorted
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
This should be sorted by the name field, which is the one showing in the larger text size
 

Attachments

  • screenshot.jpg
    screenshot.jpg
    276 KB · Views: 208

NeoTechni

Well-Known Member
Licensed User
Longtime User
I don't need it and would prefer not to make you do any more work than you already do for me. I will be patient. Thank you.
 
Top