﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
332	solving some problem with BinGroup	imendez	danirus	"Hi.

This code returns an error:

Set Cjto = [[ ""a"", ""b"", ""c"" ]];
Set CjtoConTextoError = SetOfAnything(BinGroup(""<<"", Cjto));

ERROR: Algún elemento para la funcion BinGroup no es un objeto de tipo Anything

because ""Cjto"" elements are texts and BinGroup tries to return ""Anything"" type
objects. When BinGroup compares ""Anything"" and ""Text"" type objects, it returns
FALSE.

Regards."	enhancement	closed	normal		Kernel	head	minor	fixed		Alfredo Torre
