I would very much like to do the following:

    Iterator repeatedItems = getRepeated("Repeated1").getItems();

    while( there are more objects in repeatedItems )
    {
        Item name = repeatedItems.getDisplayFieldValue("name");
        Item email = repeatedItems.getDisplayFieldValue("email");
        // save name and email to some other structure
        repeatedItems.next();
    }

This is a mix of pseudocode and ND code.  Is it possible to do this somehow.

Using 
    name = CSpider.getWebVar (CSpUtil.constructHashIndexedKey("name",i));
doesn't seem to be the right way.  Especially if there are two repeated variables 
that both have a "name" child.

Please send any ideas to [EMAIL PROTECTED]

tia,
Andreas

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to