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.

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

Too few input items (nonfatal). (8002)<br />

You’ve executed an INPUT statement, and the input reply doesn’t contain as many items<br />

as the INPUT statement requested. You will be requested to reenter the entire input line.<br />

If you want to spread out input items over several lines, be sure to end all lines but the last<br />

with a comma.<br />

Too many input items (nonfatal). (8003)<br />

You’ve executed an INPUT statement, and the input reply line contains more items than<br />

the INPUT statement requested. You will be requested to reenter the entire input line.<br />

Trouble using disk or printer. (9002)<br />

<strong>True</strong> <strong>BASIC</strong> is having trouble using one of your disks or your printer. This message is given<br />

for various reasons on different computers. Check to make sure that the power is turned<br />

on, that a diskette is inserted in your disk drive, that your printer has sufficient paper and<br />

that it’s not jammed, that the connecting cables are securely attached, and so forth.<br />

Try “LOAD lib, lib, ...”.<br />

You have probably used incorrect punctuation in a LOAD command.<br />

Type is wrong for name in routine.<br />

You’ve tried calling a routine named name within another routine named routine. However,<br />

you got the arguments wrong in this call. They don’t match the parameter list. You must<br />

give the same number of arguments as parameters, and they must be given in the same<br />

order. Check for passing numbers to strings, or vice versa. Also make sure that you’re not<br />

trying to use a function as a subroutine, or vice versa.<br />

UBOUND index out of range. (4009)<br />

You’ve tried calling something like Ubound(A,3), where A is an array with less than 3 dimensions.<br />

Check the DIM statement for A to see how many dimensions it has, or if you might<br />

have used UBOUND without specifying a dim.<br />

Undefined routine name in routine.<br />

The routine named name has tried to use a function, subprogram, or picture named name.<br />

Unfortunately, this function, subprogram, or picture is nowhere defined. Check to see that<br />

you spelled the name correctly, and that you included a LIBRARY statement for the file<br />

which contains this routine.<br />

<strong>True</strong> <strong>BASIC</strong> says “in MAIN program” if the error occurred in your main program.

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

Saved successfully!

Ooh no, something went wrong!