Jump to content

Recommended Posts

Posted

Is there a way to use a variable as a function?

I'm using "GUICtrlRead($input_1)" to read an input box from my GUI. I want to then be able to do this:

$FunctionName = GUICtrlRead($input_1)
$Parameter = GUICtrlRead($input_2)

$ReturnValue = $FunctionName($Parameter)

How can I do this?

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