﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
66	use of -> operator in select function	Javier Portugal	Jorge	"This code:

Struct AlgOpc
{
  Text IdOpc,
  Set SubDims  
};
Set algOpc = SetOfSet(AlgOpc(""PL"",SetOfText(""y2002m07d01"",""y2002m07d31"")));
Set selPla = Select(algOpc, Real (Set reg) { reg->IdOpc == ""PL"" });

gives that error message:

ERROR: -> no es un operador de tipo Set
ERROR: Argumentos erróneos para Real == (Anything var1, Anything var2)
ERROR: Fallo en la función 
ERROR: Condición mal definida para la función Select.

but it worked perfectly in old versions"	defect	closed	highest		Kernel	head	blocker	fixed		
