| .CALLS or CALL (Non-BASIC Procedures) Statements QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| CALL, CALLS - Statements that transfer control to a procedure written |
|               in another programming language |
| Syntax |
|   CALL name [(call-argumentlist)] |
|   name [call-argumentlist] |
|   CALLS name [(calls-argumentlist)] |
|     ž name identifies the procedure being called |
|     ž call-argumentlist, if used, has the syntax |
|         [{BYVAL|SEG}]argument[()][,{BYVAL|SEG}]argument[()]] ... |
      (see Details ) |
|     ž calls-argumentlist, if used, has the syntax |
|         argument[,argument] ... |
|
See Also  DECLARE (Non-BASIC) statement |