Denso Power Net Terminal BHT-7500 Specifikace Strana 539

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 560
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 538
530
Handling errors
Statements
ON ERROR GOTO
Enables error trapping.
RESUME
Causes program execution to resume at a speci-
fied location after control is transferred to an error-
handling routine.
Functions
ERL
Returns the current statement location of the pro-
gram where a run-time error occurred.
ERR
Returns the error code of the most recent run-time
error.
Defining and allocating variables
Statements
COMMON
Declares common variables for sharing between
user programs.
CONST
Defines symbolic constants to be replaced with
labels.
DATA Stores numeric and string literals for READ state-
ments.
DECLARE
Declares user-created function FUNCTION or SUB
externally defined.
DEFREG
Defines register variables.
DIM
Declares and dimensions arrays; also declares the
string length for a string variable.
ERASE
Erases array variables.
GLOBAL
Declares one or more work variables or register
variables defined in a file, to be global.
LET
Assigns a value to a given variable.
PRIVATE
Declares one or more work variables or register
variables defined in a file, to be private.
READ Reads data defined by DATA statement(s) and
assigns them to variables.
RESTORE Specifies a DATA statement location where the
READ statement should start reading data.
Zobrazit stránku 538
1 2 ... 534 535 536 537 538 539 540 541 542 543 544 ... 559 560

Komentáře k této Příručce

Žádné komentáře