Jump to content

Recommended Posts

Posted

May be really easy, just dont know how. I need it to simply be a defined such as the first 3. -pulled from input box.

Then the Y would come from another input box

I can do this with a loop but I am sure someone else has a simple formula

Please help...

Posted (edited)

May be really easy, just dont know how. I need it to simply be a defined such as the first 3. -pulled from input box.

Then the Y would come from another input box

I can do this with a loop but I am sure someone else has a simple formula

Please help...

$x = InputBox("", "")
$number = ($x^4) ;value of inputbox to the power of 4...
msgbox(0,"",$number)
Edited by EvAsion

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
  • Recently Browsing   0 members

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