﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
440	MatSerSet does not work in year is less than 1583	jlaybar	Víctor de Buen Remiro	"MatSerSet does not work in year is less than 1583.

The funny question is why that year 1583. 
We want to know, we want to believe...

Was 1583 the begin of the time?

--------------------------------------------------------------------

Set data =  For(1,100 , Real( Real x){ Floor(Rand(1,7))});

Set  out1  = MatSerSet( SetRow(data), Anual ,y0001);  // Don´t Work
Set  out2  = MatSerSet( SetRow(data), Anual ,y1582);  // Don´t Work
Set  out3  = MatSerSet( SetRow(data), Anual ,y1583);  // OK
Set  out4  = MatSerSet( SetRow(data), Anual ,y9999);  // OK


Cheers
Uncle James"	defect	closed	highest		Interface	head	blocker	invalid		
