Jump to content

Recommended Posts

Posted

Hello guys,

It seems that expression like 

IsDeclared("mControls.Combo")

Always return false even if the variable is created and initialized.  Is there some trick to test the existance of such variables ?

Regards,

Eva

Posted (edited)

Just going from memory on this - but I think this was a funny one when dealing with objects.

IsDeclared probably works as expected on the root i.e. "mcontrols" but not on "mcontrols.combo".

this may help? - (haven't properly looked at it to be fair)

 

 

or mabe this?

 

Edited by MattyD

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