Friday 2 December 2016

Sequence default

Sequence by default starts at 0, the total amount of items is 10 and the step is 1. To do the same with Code Block just write 0..#10..1
First number is the start, dot dot, then use hash sign before second number to assign the amount, dot dot, finally the step. In this case the step cannot be tacit.

No comments:

Post a Comment