Harald Schneider wrote: > The file is read completely and split into lines. Each line is split by the > ":". Comments # are ignored. try replacing every ".*?" with ".*". no matter what engine you use, that will require less memory, and probably also run faster. </F>