Variable for/next step workaround?
Posted: Sun Jun 15, 2003 2:47 pm
Is there any workaround to do something like this?
procedure draw(a)
for x=0 to 100 step a
:
:
next
endprocedure
i need this to do some variable drawing, a pity PB does not support it, maybe in asm?, any idea?, thanks.
procedure draw(a)
for x=0 to 100 step a
:
:
next
endprocedure
i need this to do some variable drawing, a pity PB does not support it, maybe in asm?, any idea?, thanks.