Page 1 of 1

PSET

Posted: Fri Feb 22, 2008 10:37 am
by Yarrow
When I use the PSET comand in my programs a little error mesage pops up and says "Illegal function call". Is it my compiler or is it a mistake I made? Thanks.

Common mistake

Posted: Fri Feb 22, 2008 4:53 pm
by burger2227
Try using a graphics SCREEN mode like 12. The default SCREEN 0, cannot display graphics. It is Text only.

Ted

Re: Common mistake

Posted: Fri Feb 22, 2008 7:26 pm
by Yarrow
burger2227 wrote:Try using a graphics SCREEN mode like 12. The default SCREEN 0, cannot display graphics. It is Text only.

Ted
Thanks! It works now!!! :-)