you can't put an array into another but put array["object"] into array["parent"] will move the data from object to parent.
what you can do is an intermediary data formet which you can split/merge later into an array. so if an array is converted into data, you can stick into an array and later convert it back into data. There is already a bugzilla request for array embedding... Cheers Xavier > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gordon > Sent: Friday, December 10, 2004 03:56 > To: How to use Revolution > Subject: Arrays in Rev > > Dear Revolutionaries > > Can an element of a rev array be another array? > > If not, is there any way to achieve the effect of nesting > arrays - OR if not, is there some way to create new container > types (like the structures and unions typical in C and > Pascal). Basically - how do I create complex organized > containers (objects) to hold my data? > > Best > > Gordon > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
