Re: My Old Dos .ex Kaleidoscope programme
- Posted by dcole Jul 26, 2010
- 1426 views
Hello Selgor.
I got your code to work with the following changes:
procedure draw_it(integer self,integer event,sequence params) for i = 1 to 65 by 1 do
You can use .1 but you have to put floor in there somewhere because pStartX won.t take fractions.
Don Cole