Modify ↓
Opened 15 years ago
Closed 15 years ago
#1905 closed Bug (Wont Fix)
Dynamic Code Execution (like Exec in Python)
| Reported by: | hyperzap | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | dynamic exec code execution | Cc: |
Description
I was thinking (correct me if I am wrong) that, considering Autoit compiled scripts are just interpreter bundled with the script, that it might be practical to implement dynamic execution. This could help if say I was building a web server that used autoit scripts to build the HTML output, instead of calling the command line option it would be significantally faster to call an internal dynamic execute command.
Something Like DynamExec( $LineArray)
or, if you didnt want to implement Control block logic, just
DynamExec( $LineString)
Regards,
Hyperzap
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Replying to hyperzap:
Oh damn Im sorry I accidently opened it in the wrong catagory. My apologies again.