View Single Post
  #5  
Old 07-01-2006, 01:26 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
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 ... )
Reply With Quote