Denso Power Net Terminal BHT-7500 Dokumentacja Strona 331

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 560
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 330
1 2 ... 326 327 328 329 330 331 332 333 334 335 336 ... 559 560

Komentarze do niniejszej Instrukcji

Brak uwag