OK, but how does this work on the first string you encounter? I.e., we have something like:lex.setFile(...) while (lex.isOK()) { s = lex.getString(); lex.next(true); }but will this work the first time?
It i strange that we do not need to start with a lex.next()... But Lexer is strange anyway. JMarc