Next method: Attribute collection
Syntax
Next()
Description
The Next method returns the next AttributeValue object in the Attribute Collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.
Parameters
None.
Returns
AttributeValue object.
Example
&MyAttributeValue = &MyCollection.Next();