Hello everyone,

Suppose I have an array named thisArray and I want to know if it is empty, that is, whether it has any elements. I find that

        "if thisArray is empty" returns true even if it is not

        but

        "if keys(thisArray) is empty" gives me the right answer

Am I correct in using the latter?

        Greg

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to