Modify

Opened 15 years ago

Closed 14 years ago

#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, 15 years ago

Resolution: Wont Fix
Status: newclosed

comment:2 by Valik, 14 years ago

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, 14 years ago

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.