in reply to Re^2: Adding cols to 3d arrays - syntax
in thread Adding cols to 3d arrays - syntax

To my way of thinking, the requirements to solve this are best met using a Database (eg. SQLITE).

I read the requirements as 3 x one-to-many structures (tables) - and SQL can easily accommodate the queries to find your patterns.

                "From there to here, from here to there, funny things are everywhere." -- Dr. Seuss

  • Comment on Re^3: Adding cols to 3d arrays - syntax