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.

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

Please try “UNSAVE filename”.<br />

You must give a filename when trying to unsave a file in the command window. Retype the<br />

command, giving the name of the file to unsave.<br />

Please type line numbers as 100 or 100-150.<br />

You’ve given a command such as DELETE, with a line number or block of line numbers, but<br />

<strong>True</strong> <strong>BASIC</strong> can’t understand what you said. Type a command such as DELETE 100 to<br />

delete line 100, or DELETE 100-120 to delete lines 100 through 120.<br />

Program stopped.<br />

You have selected Stop from one of the menus. The program has stopped.<br />

Reading past end of data. (8001)<br />

You’ve executed a READ statement, but have run out of DATA items to read. Did you<br />

remember to include a DATA statement? Check to make sure that you have as many data<br />

items as you expect. You may find the MORE DATA test handy for dealing with variable<br />

amounts of data.<br />

REPEAT$ count < 0. (4010)<br />

You’re using the REPEAT$(s$,n) function, but n is less than zero. Check to make sure that<br />

you’ve typed the right variable name.<br />

Screen bounds must be 0 to 1. (-11003)<br />

The bounds given on an OPEN SCREEN statement must lie in the range 0 to 1 (inclusive).<br />

No matter how big your screen is, the left and bottom edges are defined to be 0; the right<br />

and top edges are defined to be 1.<br />

SIZE index out of range. (4004)<br />

You’re trying to take Size(A,3), for instance, when the array A has fewer than three dimensions.<br />

Check the relevant DIM statement to see how many dimensions the array has. The<br />

second argument must lie between 1 and this number.<br />

SQR of negative number. (3005)<br />

You are trying to take the square root of a negative number. This is not possible.<br />

Statement outside of program.<br />

The cursor points to a statement outside of your main program, and not included within any<br />

external routine. Check to make sure you haven’t accidentally moved the END statement<br />

so that it is no longer at the end of your program.

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

Saved successfully!

Ooh no, something went wrong!