My problem is that i have a SINTERSTORE with many elements, and somehow i 
want to make a "foreach" on each of the elements to use them in a SINTER 
operation ( one a a time ).

To be more specific, here is a little code snippet :

client.sort(query, function (err, reps))

{


    reps.forEach(function (reply, i){


        client.sinter(){


        //dosomething


        }


    }

}


So somehow it would be nice if I could redeem the foor loop. 

Do you have any suggestions how can i do that ? 

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to