Modify

#1760 closed Bug (Fixed)

#OnAutoItStartRegister, ignores single quoted function names.

Reported by: mvg Owned by: trancexx
Milestone: 3.3.9.1 Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: Cc:

Description

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)

Attachments (0)

Change History (3)

comment:1 by Jon, on May 23, 2011 at 6:16:19 PM

Resolution: Wont Fix
Status: newclosed

comment:2 by Valik, on Jan 4, 2012 at 11:46:12 PM

Resolution: Wont Fix
Status: closedreopened

Re-opening. We should do this because it's expected that strings can be single- or double-quoted.

comment:3 by trancexx, on Feb 25, 2012 at 9:13:33 PM

Milestone: 3.3.9.1
Owner: set to trancexx
Resolution: Fixed
Status: reopenedclosed

Fixed by revision [6816] in version: 3.3.9.1

Modify Ticket

Action
as closed The owner will remain trancexx.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.