Jump to content

Recommended Posts

Posted

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

Posted

are you sure tou run the beta syntax checker?

the message comes from Au3check and you certainly didn't install the SciteUpdate ;)

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
×
×
  • Create New...