Page 1 of 1

"looping thru records

PostPosted: Tue Sep 11, 2007 11:28 am
by guido
John, in your answers to some forum posts and in the Calendar docs, you often say something like. "just loop through the records". I am not sure what you mean. Do I write – or modify – a script, or do you mean something really obvious like "use found set".

PostPosted: Tue Sep 11, 2007 12:01 pm
by John Sindelar
We generally mean create a new script (or insert a loop into an existing script if that is where you are) that literally has a loop statement which lets you perform a certain action on each record of a found set OR on each record in a portal, if you're looping through a portal.

Hope that helps.