--- In [email protected], "quantiworks" <quanticwo...@...> wrote: > > > and what about my last question about chained commands vs ini form in scripts? > Guess you didn't saw that... :)
Depends. If the code is just executed once, probably tne ini version is slower because it has to open and read the file. But if many times and the file is sitting in the system buffers in memory, likely not much difference. >
