Hey all.

I need a nifty way to create arrays within arrays
within arrays...I have data returned like so...

Monday => {
          Train=>{
                   90 miles =>{fastest}
                  }
           Car => {
                   50 miles => {slowest,slow}
                   }
           }

The data itself isn't important, just an example. I
just need a way to funnel this data into arrays so I
can print it out in javascript arrays. Right now, I
can go 2d deep...this is what the output should look
like.

new Array(Monday(train(90 miles(fastest)),car(50
miles(slowest,slow))))



__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to