﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
564	Error in Passing Code objects as parameters	Christian Paz	Víctor de Buen Remiro	"The Function Chart is opening an explorer window in the folder containing tolbase.exe. A simple example is running this in tolbase:

Set Chart(SetOfSet(SetOfReal(1,2)), """");

Additionally the description of this function is uninformative about what it should do (Aplica el metodo Chart a un conjunto de objetos).

I discover this error because of another error, when running the Plot Function:

Set densidadeNormalPlot = Plot(DensNormal,-4.0,4.0,100);
Set distribuicaoNormalPlot = Plot(DistNormal,-4.0,4.0,100);

Give the same result (that of DensNormal), and changing the order of compilation, gives also the same result (that of DistNormal). Appereantly the parameter f remains stucked with the value first used. To test this I make this simple sample:

Real bla(Code c, Real a)
{ Real c(Real a) };

Real y1=bla(Floor, 4.2);
Real y2=bla(Abs, 4.2);

Maybe this helps to solve this problem, that I think is critical because many programs may depend on this.

Thanks in advance."	defect	closed	highest		Various	1.1.6	critical	fixed		
