adam51 Posted May 3, 2017 Posted May 3, 2017 hi. i'm fairly new to this and need some help with = I have pretty much done the rest inclued the .au3 file thanks in advance calculator1.au3
Subz Posted May 3, 2017 Posted May 3, 2017 You can use Execute for calculating a string for example: $sCalculate = "3 * 7" MsgBox(48, "Calculate", Execute($sCalculate))
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now