#350 closed defect (fixed)
Series definition with Include inside "{ }"
Reported by: | mamigo | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
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.
Change History (5)
comment:1 Changed 19 years ago by
Owner: | changed from Jorge to Víctor de Buen Remiro |
---|
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
comment:3 Changed 19 years ago by
Hi Maria, there is a solution for this bug at CVS, could you try it in order to close this report?
best regards,
Jorge
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000350 |
---|
Thanks for report this bugs. I'm working on it