Hi
I need some help with filling a circle (sorry for the n00b question - I couldn't find any help elsewhere). I am using DB (not pro) so can't use a custom DLL. The code involved is:
REM Draw orange 1
ink RGB(255,128,0),0
xpos1 = 10
ypos1 = 10
Circle xpos1,ypos1,10
Aditionaly, I want the...