﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
326	enhancement for BinGroup function	imendez	danirus	"Hi,

BinGroup function fails when its second argument is empty:

Set NoElementsSet = Copy(Empty);
Set OneElementSet = [[ ""hi"" ]];
Set TwoElementsSet = [[ ""hi"", "" guy"" ]];
Text NoElementsText = BinGroup(""<<"", NoElementsSet);
Text OneElementText = BinGroup(""<<"", OneElementSet);
Text TwoElementsText = BinGroup(""<<"", TwoElementsSet);

Warning: La función BinGroup ha fallado en : 
BinGroup(""<<"", NoElementsSet)
ERROR: NoElementsText no se pudo crear.

I think it would be better if it doesn't fail when the Set argument is empty,
like EvalSet function.

Regards."	enhancement	closed	normal		Kernel	head	minor	fixed		
