Denso Power Net Terminal BHT-103 Dokumentacja Strona 200

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 577
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 199
Chapter 14. Statement Reference
192
Syntax:
Syntax 1 (Defining a numeric FUNCTION):
DECLARE FUNCTION funcname
[(dummyparameter[,dummyparameter...])]
Syntax 2 (Defining a string FUNCTION):
DECLARE FUNCTION funcname [(dummyparameter
[,dummyparameter...])][[stringlength]]
Syntax 3 (Defining a SUB):
DECLARE SUB subname[(dummyparameter
[,dummyparameter...])]
Parameter:
funcname
•For numerics
funcname% Integer function name
funcname Real function name
•For strings
funcname$ String function name
subname
Real function name.
dummyparameter
A non-array integer variable, a non-array real variable, or a non-array string
variable.
stringlength
An integer constant having a value from 1 to 255.
User-defined function declarative statement
DECLARE
Declares user-defined function FUNCTION or SUB externally defined.
Przeglądanie stron 199
1 2 ... 195 196 197 198 199 200 201 202 203 204 205 ... 576 577

Komentarze do niniejszej Instrukcji

Brak uwag