﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
599	Files Included in a loop	Iván Robles	Víctor de Buen Remiro	"When a file is included in a loop, the variables after can't be readed

Example:

Set bucle = For(1,10,Set (Real k){
  Set arqIncluded = Include(""C:/prueba.tol"")
});
Set Include(""C:/prueba.tol"");
Text WriteLn(""Numero ""<<numero);

Need the file prueba.tol, that has the following code:

Real numero = 1;


Thanks"	defect	closed	highest		Various	1.1.6	critical	fixed		
