On Tue, Mar 24, 2009 at 10:03 PM, Ronald Park <rkpar...@gmail.com> wrote:
> A user might presume that the order of commands listed in the
> config file would be preserved when the commands are run.  By using a hash
> table, you'll likely get a random order causing problems.  For example,
> perhaps the user needs to first load one table then choose a subset from
> that first table to file another; if you run them in the reserve order, the
> second table will likely be empty. :(

Thank you. I will implement this.

-- 
Marko Kevac

Reply via email to