Also:-
$form.rectangle($I, $I, 1, 1)
Doesn't plot anything.
Whereas:-
$form.circle($I, $I, 1)
Plots more than a pixel.
How can I plot single points/pixels please?
I also want to be able to plot arcs, which the old QBasic Circle command used to do.

Ok SORTED !

With trial and error I have discovered there is a PSET($x,$y) function.
Can't find any documentation on this, I searched through kixforms.dll with a hex editor to look for text string containing "plot" and "set".
Regards,
_________________________
Bill