Modify

Opened 17 years ago

Closed 17 years ago

#890 closed Bug (No Bug)

inconsistence with objects and execute

Reported by: JRSmile Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

Hi if i use the execute function to do a method call like this:
Execute($object.'&$method&'(somemorestuff)')
it works, but when i use the execute like this:
Execute($object.'&$method&' = "this is a test"')
it doesn't work.
example attached.

Attachments (1)

testsdf.au3 (1.2 KB ) - added by JRSmile 17 years ago.
example of execute and objects

Download all attachments as: .zip

Change History (6)

by JRSmile, 17 years ago

Attachment: testsdf.au3 added

example of execute and objects

comment:3 by anonymous, 17 years ago

Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86

comment:4 by JRSmile, 17 years ago

back again, just recogniced that it is impossible to set object attributes with execute because it is a read only function, i would suggest adding this as feature request for further autoit versions.

what do you think?

comment:5 by Valik, 17 years ago

Resolution: No Bug
Status: newclosed

You missed the point which was the script is not reproduceable. You are using an object not commonly available.

what do you think?

I think Execute() should be removed from the language.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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