Fills listbox control with array
#include "Window, Screen, Mouse and Control.au3" _GUICtrlListBox_AddArray( $hListBox, ByRef $aData [, $iColumn = 0] ) |
$hListBox | Control handle of listbox |
$aData | Array with values for listbox |
$iColumn | Column if array has 2 dimensions |
integer value | _GUICtrlListBox_GetCount() |