QuickSort

From IfsoGUIWiki

Jump to: navigation, search

Internal Function - Should only be called by the GUI and or a gadget.

Contents

Declaration

QuickSort(a:ifsoGUI_ListItem[], l:Int, r:Int)
Used by the FastQuickSort functions.

Returns

Nothing

Parameters

  • a:ifsoGUI_ListItem[] - Array of items to sort.
  • l:Int - Left index to sort from.
  • r:Int - Right index to sort to.

Gadget Information

Pertains to Listbox and Multi-Column Listbox.
Internal Function - Should only be called by the GUI and or a gadget.

Example

Personal tools