﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
123	More than 2 empty lines at the end of BDT -> infinite loop	request	manuelb	"// More than 2 empty lines at the end of BDT -> infinite loop

// Empty lines in windows lasttext<CR><LF><CR><LF><EOF>

Set inc = Include(""error200408-123.bdt"");

WriteLn(""SumS = ""+FormatReal(SumS(value),""%.2lf""));


/* If the file error200408-123.bdt has more than 2 empty
lines at end this program never end, for example:


<error200408-123.bdt>
C         ;value;
2004/01/12;  200;
2004/08/09;  250;


<end of file>

if the file is in the following format works

<error200408-123.bdt>
C         ;value;
2004/01/12;  200;
2004/08/09;  250;

<end of file>


*/"	defect	closed	normal		Various	head	blocker	fixed		
