﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
404	confusion with the quotes when a Set contains comments	imendez	danirus	"Hi, when a Set contains commented texts, the Text type elements have a wrong
double quote at the end of the text. In the next example, 'ParamEdi' is ""All""""
and ParamFecIni is ""y2006m05d01"""":

////////////////////////////////////////////////////////////////////////////
Set Param = SetOfAnything(""GaliciaDeCine"",        // Promocion
                          ""All"",                // Ediciones
                          ""y2006m05d01"",        // Fecha Inicial
                          ""y2006m06d11"",        // Fecha Final
                          ""All"",                // Dia de la semana
                          ""1#2#3#4"",        // Campos a visualizar
                          ""1"",                        // Agregacion por fechas
                          ""1""                        // Agregacion por ediciones
                          );
Set Param2 = SetOfAnything(""GaliciaDeCine"", ""All"", ""y2006m05d01"",
                           ""y2006m06d11"", ""All"", ""1#2#3#4"", ""1"", ""1"");
Text ParamEdi    = Param[2];
Real Igual_Bien = ParamEdi == ""All"";
Real Igual_Mal = ParamEdi == ""All\"""";
Text ParamFecIni = Param[3];
Date FecIniTxt = Eval(ParamFecIni);
////////////////////////////////////////////////////////////////////////////

Regards."	defect	closed	high		SetAlgebra	head	major	fixed		Alfredo Torre
