Is it possible to increment by a number greater than 1 in a for loop?
for example, say you wanted it to go up in the following pattern 2, 4, 6, 8, 10 etc
Yes its possible.
So how do i go about it, I've tried doing it, but no luck
Read the manual entry on [man]for[/man]. Hint: the user notes are part of the manual. Another hint: it's the same way as any other language with the same syntax (Perl, C, Javascript, etc.).