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.

202 Out of string temp spaceA string expression required the use of too many temporary string buffers.This can be caused by an expression like MID$(LEFT$(MID$(RIGHT$( ... }.Try simplifying your string expressions by storing intermediate results intemporary string variables.203 Mismatched common variablesYou attempted to CHAIN between two program segments that did not containmatching COMMON statements. <strong>Turbo</strong> <strong>Basic</strong> checks the type and numberof variables in COMMON statements.204 Mismatched program optionsYou attempted to CHAIN between two program segments that were compiledwith different program options (different math library, math coprocessorrequired, and so forth).205 Mismatched program revisionsYou attempted to CHAIN between two program segments that were createdwith different versions of the <strong>Turbo</strong> <strong>Basic</strong> compiler.206 Invalid program fileYou attempted to CHAIN or RUN a program segment that was not compiledwith <strong>Turbo</strong> <strong>Basic</strong>.242 String/array memory corruptThe string memory area has been improperly overwritten. This could becaused by the improper action of an assembler subroutine, string arrayaccess outside of the dimensioned limits, or by an error within the <strong>Turbo</strong><strong>Basic</strong> run-time system.243 CHAIN /RUN from .EXE file onlyYou attempted to CHAIN or RUN a program segment from within the <strong>Turbo</strong><strong>Basic</strong> environment. You must compile your program to disk using the compilerOptions menu selection and then execute programs that use CHAIN orRUN from DOS.Compiler Errors401 Expression too complexThe expression contained too many operators/operands; break it down intotwo or more simplified expressions.402 Statement too complexThe statement complexity caused an overflow of the internal compilerbuffers; break the statement down into two or more simplified statements.416 <strong>Turbo</strong> <strong>Basic</strong> Owner's Handbook

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

Saved successfully!

Ooh no, something went wrong!