qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 75:  Type mismatch
 
A type-incompatibility situation occurred, for one of the
following reasons:
 
  ■ The variable and the expression in an assignment
    statement were not compatible types.
  ■ An actual parameter passed to a procedure or function
    was not type-compatible with a formal parameter.
  ■ An expression contained incompatible types of operands.
  ■ An expression used as an array index was not
    type-compatible for indexing an array.