﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
350	"Series definition with Include inside ""{ }"""	mamigo	Víctor de Buen Remiro	"When I build a Series in the next way, Tolbase die:

Serie s =
{
  Set    ss = Include(""ejem.bdt""); 
  Serie serie = ss[1]; 
  serie
};

You can test it with this code:

Serie serie = SubSer(CalVar(Diario,Mensual),y2002,y2003);
Set BDTFile(SetOfSerie(serie),""ejem.bdt"");

Serie s =
{
  Set    ss = Include(""ejem.bdt""); 
  Serie serie = ss[1]; 
  serie
};

I'm working with TolBase CVS 20060207 version."	defect	closed	normal		Interface	head	normal	fixed		
