[Proto-Scripty] Re: problem this code?

2009-06-10 Thread favril
Thank you for help. I understood this. Thanks again! On Jun 10, 5:42 pm, "T.J. Crowder" wrote: > Hi, > > > if use prototype.js, can't use "for..in" for Array object ? > > Correct, and even if not using Prototype, you shouldn't use for..in > for that.  That's not what it's for.  More > here:h

[Proto-Scripty] Re: problem this code?

2009-06-10 Thread T.J. Crowder
Hi, > if use prototype.js, can't use "for..in" for Array object ? Correct, and even if not using Prototype, you shouldn't use for..in for that. That's not what it's for. More here: http://proto-scripty.wikidot.com/prototype:tip-looping-through-arrays HTH, -- T.J. Crowder tj / crowder software