CALL action - local procedure call
Related pages:
CALL ProcName [(paramIdent1 [,paramIdent2]...)]
Procname | in | Procedure name (it must meet the rules for object name). |
paramIdent1, paramIdent2, ..., paramIdentN | in | Value
identifier
for the first (second, third, .., N) parameter. Number of parameters must be identical with the number of parameters of the procedure called. |
Related pages:
0 komentárov