On one line

donde:
All right already! The big bad FOR shows it head again!
Thought I could do it with these things: ( ), [ ], { }
But, guess not.
Thanks all... :slight_smile:

If you hate "for", use "while" instead:

byte i=2; while (i<=10) pinMode(i++,OUTPUT);