Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by TicketCleanup

  • Version 3.3.0.0 deleted

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

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

comment:3 Changed 15 years ago by P5ych0Gigabyte

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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.