> From: Barry Brevik [mailto:[EMAIL PROTECTED] > Yeah. I'm working on some code I inherited. I was banging my > head trying to figure out why the author setup his array > 'backwards'. Maybe *I'm* backwards, and that is a legitimate > technique, but my brain does not want to go there.
I think you're backwards, too :-) Accounts -> files -> items -> attributes -> values -> subvalues (from http://www.jes.com/pb/pb_wp1.html) Is the traditional pick terminology, where the values are multiple instances of some related things (invoice numbers, address lines 1 and 2, etc). If you keep multivalued data together, then you can display it using one dictionary attribute INVOICES, instead of having INVOICE.1, INVOICE.2 etc... Doing it your way round is less idiomatic, imnsho. Ian ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
