﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
106	BDBReg() crack (see bug 105)	request	danirus	"The same code of bug 105 at CVS version

  Set  inpBdb = BDBOpen(""error20040803.txt"", 0, ""\n"", """", """");
  Real maxReg = inpBdb->RegNumber;
  Real numReg = 1;
  Real While(LE(numReg,maxReg),
  {
    Text inpLin = BDBReg(inpBdb, numReg)[1]; // Read a line
    Text WriteLn(""<""+inpLin+"">"");
    Real(numReg:=numReg+1);
    TRUE
  });

  Real BDBClose(inpBdb);

The same input file.
Only read and write the first lines and TOL goes down"	defect	closed	normal		SetAlgebra	head	blocker	invalid		
