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)

in reply to:  description comment:1 by hyperzap@…, 15 years ago

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, 15 years ago

Version: Other

Automatic ticket cleanup.

comment:3 by Jon, 15 years ago

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.