Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

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

Version: 3.3.0.0

Automatic ticket cleanup.

comment:2 by Valik, 16 years ago

Resolution: Rejected
Status: newclosed

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

comment:3 by P5ych0Gigabyte, 16 years ago

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.