Denso Power Net Terminal BHT-7500 Specifikace Strana 331

  • 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 330
Chapter 14. Statement Reference
322
Syntax:
Syntax 1 (Defining a numeric function):
SUB subname [(dummyparameter[,dummyparameter]...)]
Syntax 2 (Exiting from the function block prematurely):
EXIT SUB
Syntax 3 (Ending the function block):
END SUB
Syntax 4 (Calling a function):
[CALL] subname[(realparameter[,realparameter]...)]
Parameter:
subname
Real function name
dummyparameter
A non-array integer variable, a non-array real variable, or a non-array string
variable.
realparameter
A numeric or string expression.
User-defined function statement
SUB...END SUB
Names and defines user-created function SUB.
Zobrazit stránku 330
1 2 ... 326 327 328 329 330 331 332 333 334 335 336 ... 559 560

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

Žádné komentáře