Opened 14 years ago
Closed 13 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 in reply to: ↑ description Changed 14 years ago by hyperzap@…
comment:3 Changed 13 years ago by Jon
- Resolution set to Wont Fix
- Status changed from new to closed
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.
Replying to hyperzap:
Oh damn Im sorry I accidently opened it in the wrong catagory. My apologies again.