﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
246	TOL doesn't recognize local structs	imendez	danirus	"I think this code shows that TOL doesn't recognize local structs:

Set s = For(1, 2, Set(Real n)
{
  Struct AuxSt(Real Orden, Real Doble);
  Set c = [[ n, n*2 ]];
  PutStructure(""AuxSt"", c)
});

because if you define the struct at the global level, everything works rigth:

Struct AuxSt(Real Orden, Real Doble);
Set s = For(1, 2, Set(Real n)
{
  Set c = [[ n, n*2 ]];
  PutStructure(""AuxSt"", c)
});

Regards"	defect	closed	normal		Various	1.1.2	normal	fixed		
