Denso BHT-200QW Especificaciones Pagina 294

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 293
286
Syntax errors:
Syntax errors:Syntax errors:
Syntax errors:
When defining a user function
Error code and message Meaning
error 64: Function redefinition
You made double definition to a same
function name.
error 71: Syntax error
The string length is out of the range.
The string length is not an integer
constant.
error 92: Incorrect use of SUB,
EXIT SUB or END SUB
• The EXIT SUB statement is specified
outside the function definition block.
• The END SUB statement is specified
outside the function definition block.
error 93: Incomplete control
structure(SUB ..END
SUB)
END SUB is missing.
error 94: Cannot use SUB in control
structure
The SUB...END SUB statement is defined in
other block-structured statements such as
FOR and IF statement blocks.
When calling a user-defined function
Error code and message Meaning
error 68: Mismatch argument
type or number
The number of the real parameters is not
equal to that of the dummy parameters.
dummyparameter was an integer variable
in defining a function, but realparameter
is a real type in calling the function.
(If dummyparameter was a real variable in
defining a function and realparameter is
an integer type, then no error occurs.)
error 69: Function undefined
Calling of a user-defined function precedes
the definition of the user-defined function.
Vista de pagina 293
1 2 ... 289 290 291 292 293 294 295 296 297 298 299 ... 586 587

Comentarios a estos manuales

Sin comentarios