PSET

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Yarrow
Newbie
Posts: 5
Joined: Fri Feb 22, 2008 10:24 am
Location: U.S.A

PSET

Post 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.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Common mistake

Post by burger2227 »

Try using a graphics SCREEN mode like 12. The default SCREEN 0, cannot display graphics. It is Text only.

Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
Yarrow
Newbie
Posts: 5
Joined: Fri Feb 22, 2008 10:24 am
Location: U.S.A

Re: Common mistake

Post 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!!! :-)
Post Reply