Jump to content

IsDeclared does not work with tables variables ?


Recommended Posts

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

Link to comment
Share on other sites

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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