Jump to content

What happend to the Execute function (3.1.1.75 beta)?


Uten
 Share

Recommended Posts

The 3.1.1.75 (beta) help file claimes there is a Execute function whom is to execute an expression.

I found it in the Function Reference -> misc. Functions section.

Testing the sample:

$a=1
$v=Execute("$a+1") ; $v is set to 2

Returns ;)

C:\Program Files\AutoIt3\beta\Examples\Helpfile\Execute.au3(2,18) : ERROR: Execute(): undefined function.

$v=Execute("$a+1")

~~~~~~~~~~~~~~~~~^

My version information:

ConsoleWrite(@AutoItVersion & @CRLF)

Returns :>3.1.1.75

Has Execute ( string ) been removed or is it just disabled at the moment?

Regards

Uten

Link to comment
Share on other sites

Thanks, that did the trick..;)

Also as a note to self. Running with the Start -> ... Run Script (beta) did work as expected.

Uten

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...