for-each loop predefined number of times
Hi,
How do I do a for-each loop a defined number of times. Say I have 20 nodes. First I want display only the first 10. Then display the rest in a separate loop. So is there a way of starting from a specific node?
Thanx
|