> It's curiously that not declare two dimensional array in prototype. It's nothing to do with Prototype. Javascript (like many scripting languages) doesn't have two-dimensional arrays. You can simulate them with arrays of arrays, but an initialiser has to be specific: if you are going to want a [1] row, you need to create that sub-array either in the initialiser or subsequently.
-- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
