Probably a simple request... It would be nice to have the For Each command have a STEP option like the For Next command:

code:
For Each $item in $array step 2
? item
Next

Thanks!
/*Raj*/