+2
Yes, I wanted to do an example like that too, but I didn't have the time.
The last multiplication can be replaced by a Step in the Next loop, and the grid doesn't actually need two function calls.
+2
Ah right, of course. Something like this:
Code: Select all
For Local x = 1 To GH Step GS
Line (0, x, dw, x, GC, {Thickness = LT})
Next