Hi
I want to pass what is effectively an array of lists or I would settle for an array of arrays (a multi-dimensional array) to an adp page from a tcl datasource (page). Is there a "right way" to do this? I am finding myself coming up with all sorts of hacks:( I'm sure someone out there has done this before!
Basically I need to pass an indefinite/changing number of items for each record (and I also I don't know how many records I could have)...
As an example, I have a list of recommended restaurants and then for each restaurant, I have the name, a review and then I can have any number (0 - N) of comments on their service. How would I pass all of this information to an adp in an easy to access datastructure for formatting?