07.05.2015 Views

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

Bronze Edition Guide - True BASIC

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

186 BRONZE <strong>Edition</strong> <strong>Guide</strong><br />

Badly formed using string. (8201)<br />

The using string in PRINT USING statement is incorrectly formed.<br />

Badly formed input line (nonfatal). (8102)<br />

Your reply to an INPUT statement is badly formed. Most likely you have not properly<br />

matched up opening and closing quote marks. You will be requested to reenter the entire<br />

input line.<br />

Badly formed input line from file. (8105)<br />

The reply to an INPUT statement from a file is badly formed. Most likely you have not properly<br />

matched up opening and closing quote marks.<br />

Can’t invert singular matrix. (3009)<br />

You are using the matrix INV function, but the matrix you want to invert is singular.<br />

Singular matrices simply have no inverses.<br />

Can’t open PRINTER (9101)<br />

You have tried to open the printer but <strong>True</strong> <strong>BASIC</strong> has been informed that the attempt has<br />

failed, either because the printer isn’t attached or has not been turned on. (This condition<br />

cannot be detected on all machines.)<br />

Can’t output to INPUT file. (7302)<br />

You may not write data to a file which was opened with ACCESS INPUT. If you must output<br />

to this file, change the OPEN statement to use ACCESS OUTIN.<br />

Can’t SET WINDOW in picture. (11004)<br />

Pictures may not reset window or screen coordinates. Move the OPEN SCREEN or SET<br />

WINDOW statement to outside the picture.<br />

Can’t use ANGLE(0,0). (3008)<br />

ANGLE(0,0) is not defined. Make sure that at least one of its arguments is nonzero.<br />

Can't use #0 here. (nonfatal) (7002)<br />

You've tried to use #0 as a channel number for a file or window other than the default output<br />

window.<br />

Can't use READ or WRITE for TEXT file. (-8503)<br />

The file is a text file; the allowed commands are PRINT, INPUT, and LINE INPUT.

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

Saved successfully!

Ooh no, something went wrong!