InsertionSort

From IfsoGUIWiki

Jump to: navigation, search

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

Contents

Declaration

InsertionSort(a:ifsoGUI_ListItem[], lo0:Int, hi0:Int)
Used by the FastQuickSort routines.

Returns

Nothing

Parameters

  • a:ifsoGUI_ListItem[] - Item array to sort.
  • lo0:Int - Lo index to sort from.
  • hi0:Int - Hi index to sort from.

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