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