Modify

Opened 13 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 13 years ago by hyperzap@…

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 Changed 13 years ago by TicketCleanup

  • Version set to Other

Automatic ticket cleanup.

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.