6 Replies Latest reply: Feb 29, 2008 2:49 AM by Newsgroup_User RSS

    I need a function to recursively trace() variables

    sneakyimp Community Member
      I am trying to better understand what properties event objects really have because the documentation isn't entirely consistent (The ErrorEvent constructor refers to an 'id' parameter which is not mentioned in the description of the ErrorEvent.ERROR Event). I was hoping to get my hands on a good function to trace ALL of the properties of a given Event. Sadly, this one I wrote doesn't seem to work for some reason (output is empty).