﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
166	I can't modify default dates of Tol	imendez	danirus	"This failure merges from an ambiguous behaviour of SubSer reported in Bug #79 
that I'm going to comment soon in tol-users list.

With this code:

////////////////////////////////////////////////////////////////////////////////////
Date DefFirst;
Serie srSubBeg = SubSer(CalInd(WD(7), Diario), TheBegin, y2004);
Date FirstDate = First(srSubBeg);
////////////////////////////////////////////////////////////////////////////////////

TolBase shows DefFirst == y2004 (in this example) and FirstDate  == y2004 (the 
default initial date). But if you try to modify DefFirst:

////////////////////////////////////////////////////////////////////////////////////
Date (DefFirst := y2002);
Date DefFirst;
Serie srSubBeg = SubSer(CalInd(WD(7), Diario), TheBegin, y2004);
Date FirstDate = First(srSubBeg);
////////////////////////////////////////////////////////////////////////////////////

TolBase shows DefFirst == y2002 but FirstDate  == y2004. In fact, if I look for the 
default initial date in TolBase option's, it's y2004 instead of y2002."	defect	closed	normal		TimeSetAlgebra	1.1.1	normal	fixed		
