Bob Ippolito <[EMAIL PROTECTED]> writes: > You should really never, ever, call "new Array". It's silly. In this case the > array you created is new anyway.. why?
I dunno. I've seen lots of codes using "new Array" and this is why I used it. ;-) > Also, index isn't initialized to 0.. so the first run through is going to be > undefined... that can't be correct as written here. It was the test code. Real code comes with a value from the database. > A full example that people could play with would help. I'll write one and post on the ML again. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
