For Each MyInteger in IntegerCollection
next
Is there some way to skip the first entry in IntegerCollection ?
Something like:
For Each MyInteger in IntegerCollection Starting At 2
I understand I can put an if statement inside the loop, but I feel dirty
Start Free Trial