Foreach element {
Limanchors = limit anchors 10;
Generate href, limanchors;
}
-----Original Message-----
From: "Robert Waddell" <[email protected]>
To: [email protected]
Sent: 3/19/2011 5:34 AM
Subject: Limit on DataBag?
Hi There,
I have a tuple which consists of :
element=
{href:chararray, anchors:databag}
I am aware that I can use the LIMIT operation on this tuple to limit the
overall number of "element" instances, but is there a way to limit the
number of elements within the databag ("anchors") ?
Robert.