Denso Power Net Terminal BHT-103 Spécifications Page 329

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 577
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 328
321
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-defined function SUB.
Vue de la page 328
1 2 ... 324 325 326 327 328 329 330 331 332 333 334 ... 576 577

Commentaires sur ces manuels

Pas de commentaire