﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2468	MagicNumber + OnAutoItStartRegister - BUG ?	mlipok	Jpm	"this is a modified example from Documentation to this function OnAutoItStartRegister

try to run in Beta 3.3.9.21
then 
remove comments marks

and
try to run in Beta 3.3.9.21

{{{
#include <MsgBoxConstants.au3>

#OnAutoItStartRegister ""Example""
#OnAutoItStartRegister ""SomeFunc""

Sleep(1000)

Func Example()
;~ 	MsgBox($MB_SYSTEMMODAL, """", ""Function 'Example' is called first."")
	MsgBox(4096, """", ""Function 'Example' is called first."")
EndFunc   ;==>Example

Func SomeFunc()
;~ 	MsgBox($MB_SYSTEMMODAL, """", ""Function 'SomeFunc' is called second."")
	MsgBox(4096, """", ""Function 'SomeFunc' is called second."")
EndFunc   ;==>SomeFunc

}}}"	Bug	closed	3.3.9.22	Documentation	3.3.9.21	None	Fixed		
