Modify

#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)

in reply to:  description comment:1 by hyperzap@…, on Apr 3, 2011 at 6:03:38 AM

Replying to hyperzap:

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

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

comment:2 by TicketCleanup, on Apr 3, 2011 at 9:00:02 AM

Version: Other

Automatic ticket cleanup.

comment:3 by Jon, on May 22, 2011 at 7:42:58 PM

Resolution: Wont Fix
Status: newclosed

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.