FastQuickSortInt
From IfsoGUIWiki
Internal Method/Function - Should only be called by the GUI and or a gadget.
Contents |
Declaration
FastQuickSortInt(array:ifsoGUI_ListItem[]) - ListBox (Function)
FastQuickSortInt(iCol:Int) - Multi-Column ListBox (Method)
Sorts the list by the item names for a Listbox, and by cell values for a Multi-Column Listbox. Values are sorted as Numbers when sorted.
Returns
Nothing
Parameters
- array:ifsoGUI_ListItem[] - Array of ifsoGUI_ListItems to sort.
- iCol:Int - Column index (Integer) to sort by.
Gadget Information
Pertains to Listbox and Multi-Column Listbox.
Internal Method/Function - Should only be called by the GUI and or a gadget.
