﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2147	_GUICtrlListBox_InsertString and random	ady.sefu2008@…		"
{{{
#include <GUIListBox.au3>
GUICreate(""Bug?"", 200, 320)
$list=GUICtrlCreateList("""", 5, 2, 190, 280)
$button=GUICtrlCreateButton(""Do It!"", 40, 290, 120, 25)
GUISetState()

While 1
	If GUIGetMsg() = -3 Then
		Exit
	ElseIf GUIGetMsg() = $button Then
		_GUICtrlListBox_InsertString($list,Random(0,100,1))
	EndIf
WEnd
}}}


Down work to insert in list a random number.
"	Bug	closed		AutoIt	3.3.8.1	None	No Bug		
