Iterate Increment Hi by default logic:iterate will increment the loop by 1. What do i need to do if i need to increment the loop by 2?
Location: http://www.jguru.com/faq/view.jsp?EID=1074765 Created: Apr 9, 2003 Author: Ted Husted (http://www.jguru.com/guru/viewbio.jsp?EID=462042) Question originally posed by Ramesh Shanmugam (http://www.jguru.com/guru/viewbio.jsp?EID=474439 Iterate is not a loop. It passes over the items in a collection. If you don’t want to process all the items, don’t put them in the collection to begin with =:0) Though, you could do something with a scriptlet so that it would not handle some items. <% int i = 0; %>
Related Questions
- The default name and number for New Event Markers continues to increment even after I deleted all of the Markers in the Nav Elements Manager. Is there a way that I can reset this default numbering?
- Iterate Increment Hi by default logic:iterate will increment the loop by 1. What do i need to do if i need to increment the loop by 2?
- How to increment point numbers by 5 instead of the default increment of 1?