if (s.length() == 0) continue;
if (s.startsWith("#") || s.startsWith(";") || s.startsWith("%")) continue;
if (!done)
{
hdr = s;
if ((dev_col=grpDbFile.findcol(hdr,"DEVICES")) < 0) throw new NoSuchFieldException();
done = true;
continue;
}
if (grpDbFile.namcmp(tgtName,s,dev_col) == 0)
{