Modify

#1308 closed Feature Request (Rejected)

Execute to assign variable

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

Description

It would be nice if the execute() function could assign variables. Currently the following code does not work.

Dim $Array[3][2]
$Array[0][0]=44
$Array[1][0]=64
$Array[2][0]=32
Execute("$Array[1][0]=22") ;Won't assign value
MsgBox(0,"",Execute("$Array[1][0]"))

Attachments (0)

Change History (3)

comment:1 by TicketCleanup, on Nov 24, 2009 at 9:00:02 PM

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by Valik, on Nov 24, 2009 at 11:19:24 PM

Resolution: Rejected
Status: newclosed

One of these days Assign() and Eval() will support arrays. That makes this feature request redundant.

comment:3 by P5ych0Gigabyte, on Nov 25, 2009 at 12:09:16 AM

Nice. I'm excited for the new assign and eval features. Will make rewriting some of the array functions to support all different dimensions easier.

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.