13.07.2015 Views

Turbo Basic

Turbo Basic

Turbo Basic

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

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

428 Numeric scalar variable expectedEither an integer, long integer, or single- or double-precision real variable isexpected; for example, in a FOR/NEXT loop.429 Integer scalar variable expectedAn integer variable was expected as a parameter in a CALL ABSOLUTEstatement.430 Integer array variable expectedAn integer array variable was expected; for example, in a PALETTE statement.431 End of line expectedNo characters are allowed on a line (except for a comment) following ametastatement, END SUB, or a statement label.432 AS expectedThe AS reserved word is.missing in either a FIELD or an OPEN statement.Check the syntax of the FIELD and OPEN statements in Chapter 5.433 DEF FN expectedThe compiler found a END FN or EXIT FN statement without a functiondefined. When defining a function, it must begin with a DEF FN statement.434 IF .expectedThe compiler found an END IF or an EXIT IF statement without a beginningIF statement defined.435 DO LOOP expectedThe compiler found a LOOP or EXIT LOOP statement without a beginningDO statement defined.436 SELECT expectedWhen defining a SELECT CASE statement, you either forgot to include thereserved word SELECT or the compiler ran into a END SELECT or EXITSELECT without a beginning SELECT CASE statement. This error canalso· occur if you try to use the reserved word CASE as a variable name inyour program.437 CASE expectedWhen defining a SELECT CASE statement, you forgot to include thereserved word CASE. This error can also occur if you try to use the reservedword SELECT as a variable name in your program.438 FOR LOOP expectedThe compiler found an EXIT FOR statement without a. beginning FORstatement defined.Error Messages 419

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

Saved successfully!

Ooh no, something went wrong!