Re: the by statement
- Posted by ChrisB (moderator) Dec 07, 2010
- 996 views
Hi
Increment by 0.2, so 1, 1.2, 1.4, 1.6 etc.
Similarly
for = 10 to 1 by -0.3 do
end for
decrement by 0.3 from 10 to 1 (in this case as soon a s it get less than one)
Chris