﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
115	An error in '==' function	imendez	danirus	"When compiling this code:

Text Fechado = ""Diario"";
Serie Ser = CalInd(W, WD(7));
Real condMal = Dating(Ser) == Eval(Fechado);

tol returns the next error message:

ERROR: Argumentos erróneos para Real == (Anything var1, Anything var2)
ERROR: condMal no se pudo crear.

but this similar code:

Text Fechado = ""Diario"";
Serie Ser = CalInd(W, WD(7));
TimeSet t1 = Dating(Ser);
TimeSet t2 = Eval(Fechado);
Real condBien = t1 == t2;

works rigth"	defect	closed	normal		Math	head	normal	fixed		
