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 , 16 years ago
| Version: | 3.3.0.0 |
|---|
comment:2 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
One of these days Assign() and Eval() will support arrays. That makes this feature request redundant.
comment:3 by , 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.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.