Jump to content

Recommended Posts

  • Administrators
Posted

As expected. Test is evaluating to the pointer of the function Test, which is blank when tried to display as a string.


 

Posted

Oh cool, I thought I read that you had done away with that feature!

MsgBox(0, "", Test(AnotherTest))

Func AnotherTest()
    Return "HELLO WORLD"
EndFunc

Func Test($myFunc)
    Return $myFunc()
EndFunc

Awesome.

Posted

Yup.  I don't know where I got the idea that they were removed from.  Must have been something that I got mixed up in the stirring pot that is my brain.

  • Administrators
Posted

The basic part is still there (functions referenced in vars).


 

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