﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1760	#OnAutoItStartRegister, ignores single quoted function names.	mvg	trancexx	"More a general inconsistency than anything else.
{{{

#OnAutoItStartRegister ""MyTestFunc1""
#OnAutoItStartRegister 'MyTestFunc2'

Sleep(1000)

Func MyTestFunc1()
    MsgBox(64, ""Start Results 2"", 'Start Message from MyTestFunc1()')
EndFunc

Func MyTestFunc2()
    MsgBox(64, ""Start Results 3"", 'Start Message from MyTestFunc()')
EndFunc
}}}
,,Running:(3.3.6.1), Environment(Language:0409  Keyboard:00000409  OS:WIN_XP/Service Pack 3  CPU:X86 OS:X86),,"	Bug	closed	3.3.9.1	AutoIt	3.3.6.1	None	Fixed		
