in reply to A good way to input data into a script w/o an SQL database

It depends what you want to do with the data. And how many entries your AoH has. Do you have ...

For instance in the easiest case, a trivial solution is to keep it in a text table (CSV) with with 3 columns.

Like that you can read it line by line and have your data in a very efficient way.

Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re: A good way to input data into a script w/o an SQL database