[Gambas-user] Any Trick to avoid Stack Overflow Error ?

Laurent Carlier lordheavy at ...512...
Sun Nov 14 01:48:34 CET 2004


I ve got Stack Overflow Error with that simple loop : 

FOR x=0 to 640
  FOR y=0 to 480
    color = rgb (y/2,y/2,x/3)
    plot (x,y,color)
  NEXT
NEXT

Any tips to avoid this error ? Is it a bug ?

Regards, 

-- 

Laurent Carlier




More information about the User mailing list