2006/8/8, Julian Tree <julian.tree at gmail.com>:
>
> doesn't work
> for(var i in p){
> //do something, also doesn't work.
> }
This is the right way to loop through HopObject members, but it only
enumerates properties that are actually set.
hannes