07.05.2015 Views

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

D. Explanations of Error Messages 187<br />

Can’t use this statement here.<br />

You’ve used part of a <strong>True</strong> <strong>BASIC</strong> structure, but in the wrong place. For instance, you might<br />

have placed a CASE part outside of any SELECT CASE statement, or ELSE IF statement<br />

outside of any IF-THEN statement. <strong>True</strong> <strong>BASIC</strong> also prints this message if you add an extraneous<br />

statement between the SELECT CASE line and its first CASE part. Refer to the<br />

proper chapters of this guide to see how the structured statements are formed.<br />

Channel is already open. (7003)<br />

You've tried to open a file or window using a channel number currently in use.<br />

Channel isn't a window. (-11005)<br />

You've used a window instruction with a channel number that refers to a file.<br />

Channel isn't open. (7004)<br />

You've tried to use a channel number (for a file or window) without using the OPEN statement.<br />

Channel number must be 1 to 1000. (7001)<br />

All channel numbers must be in the range 1 to 1000, except for #0, which refers to the output<br />

window.<br />

Constant too large: constant in routine.<br />

The numeric constant displayed is too large for your computer to handle. Type PRINT<br />

MAXNUM to see the largest possible number on your computer, and then change your program<br />

to use a smaller number.<br />

Data item isn't a number. (8101)<br />

You've used a numeric variable in a READ statement but the matching DATA item is not<br />

a number.<br />

DET needs a square matrix. (6002)<br />

The DET function can only be used on a square matrix, since the determinant is mathematically<br />

defined only for such matrices.<br />

Disk full. (9006)<br />

You are writing output to a file, and the disk has become full.<br />

Diskette removed, or wrong diskette. (9005)<br />

You had opened a file, but, while <strong>True</strong> <strong>BASIC</strong> was using it, you removed the diskette and<br />

inserted another one. Don’t switch diskettes while they’re in use!

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!