Quote:
|
Originally Posted by ApothiX
w-hat? If you're going to use spaces in your style, atleast be consistant with it. But anyways:
If that 'getObjKeys' function is what I think it is, it's redundant. You can just use this.objectname.getvarnames() to return an array with the list of members in it.
|
Hrm... I've experienced problems with getvarnames... I'm not sure what it was... Mayhaps it be the multiple "."'s in a variable? ( obj.var.subvar, obj.getVarNames() only returns obj.var ... )