07.05.2015 Views

Download - True BASIC

Download - True BASIC

Download - 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.

516 <strong>True</strong> <strong>BASIC</strong> Language System<br />

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

The format string in your USING$ function or PRINT USING statement is incorrect. Some format item doesn’t follow<br />

<strong>True</strong> <strong>BASIC</strong>’s rules. See Chapter 3 and Appendix D for a description of format strings.<br />

Break statement encountered. (10007)<br />

You’ve encountered a BREAK statement in a program-unit in which debugging is active.<br />

Can’t chain from bound program.<br />

You cannot chain from a bound program (one that is directly executable) on some systems.<br />

Can’t continue.<br />

You’ve just given a CONTINUE command, to resume running a suspended program. However, <strong>True</strong> <strong>BASIC</strong> cannot continue<br />

the program. There are several possible reasons. You cannot continue a program that you haven’t yet started running,<br />

or one which you’ve just changed. You cannot continue a program which stopped because an error occurred. And<br />

you cannot continue a suspended program after using a DO command. If you are trying to debug a program which stopped<br />

because of an error, try using the BREAK command to insert breakpoints before the erroneous line, and then run the program<br />

again.<br />

Can’t copy region into itself.<br />

The <strong>True</strong> <strong>BASIC</strong> editor does not let you copy a region into itself. For instance, you may not make a copy of some subroutine<br />

within that subroutine. If you really want to, you can put a copy of the region somewhere else, and then move this<br />

copy into the original region.<br />

Can’t do graphics on this computer. (-11000)<br />

Your computer cannot draw graphics. Therefore you may not use the SET WINDOW, PLOT, DRAW, BOX, FLOOD,<br />

GET POINT, or GET MOUSE statements.<br />

Can’t edit compiled program.<br />

Your program is compiled, and so cannot be changed. Once you’ve given a COMPILE command, you are only allowed to<br />

RUN, SAVE, or REPLACE the program. If a change needs to be made, call up the uncompiled version and change it.<br />

Can’t ERASE file not opened as OUTIN. (7301)<br />

You may not use the ERASE statement on a file, unless the file has been opened with ACCESS OUTIN. See the OPEN<br />

statement in Chapters 12 and 18 for a description of the OPEN statement and file accesses.<br />

Can’t get STAT info for file in directory. (11270)<br />

The user tried to usea a directory name in the template for Exec_Reader which is not allowed.<br />

Can’t INPUT from INTERNAL file. (7318)<br />

You are trying to use the INPUT statement with an INTERNAL file; use READ instead.<br />

Can’t input from OUTPUT file. (7303)<br />

You may not read input from a file which was opened with ACCESS OUTPUT. If you must read from this file, change<br />

the OPEN statement to use ACCESS OUTIN.<br />

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

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

inverses.<br />

Can’t open temporary file. (9100)<br />

You are using the file statement ERASE REST. <strong>True</strong> <strong>BASIC</strong> requires a temporary file to carry out this instruction, and<br />

had trouble opening one.<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 failed, either because the<br />

printer isn’t attached or has not been turned on. (This condition cannot be detected on all machines.)

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

Saved successfully!

Ooh no, something went wrong!