<@NUMOBJECTS OBJECT=objectvariable [SCOPE=scope]>
This tag returns the count of the objects in a collection or iterator object returned by a COM or JavaBean method call.
The OBJECT attribute defines the name of a variable containing an object instance. This must be a collection or iterator. The optional SCOPE attribute defines the scope of the object variable.
Note:
For large collections, this meta tag could be very slow, as
Tango must iterate through every item in order to get the count.
The following <@NUMOBJECTS> could be used within an <@OBJECTS> loop:
Displaying 1 of <@NUMOBJECTS OBJECT=myCollection>
<@CALLMETHOD>
<@CREATEOBJECT>
<@OBJECTAT>
<@OBJECTS></@OBJECTS>