Jump to content

Execute with potency?


Recommended Posts

Hi,

how does "Execute( string )" work with potencies/potencys?

Because Execute is not in helpfile and when i try something like this

Dim $test = 3^2
MsgBox( 64, "", Execute( 3^2 ) )

Then it returns a MsgBox with the Text

"3^2"

€: Yes yes yes me and the autoit ~~

was just a little missing letter in my script.

I got it, this can be closed :)

€2: How is the button for "^" called in autoit=

Because "^" does nothing...

Edited by Daniel W.

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

Link to comment
Share on other sites

  • Moderators

Hi,

how does "Execute( string )" work with potencies/potencys?

Because Execute is not in helpfile and when i try something like this

Dim $test = 3^2
MsgBox( 64, "", Execute( 3^2 ) )

Then it returns a MsgBox with the Text

"3^2"

: Yes yes yes me and the autoit ~~

was just a little missing letter in my script.

I got it, this can be closed :)

You need to run that under beta..., in beta my result is 9.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

I missed the

Guictrlsetdata( ...., Execute(....))

in my script...

I only had Execute(....) There..

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

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...