| .DECLARE (Non-BASIC) Statement. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| DECLARE (Non-BASIC) - Declares calling sequences for external procedures |
|                       written in other languages |
| Syntax 1 |
|   DECLARE FUNCTION name [CDECL] [ALIAS "aliasname"] [([parameterlist])] |
| Syntax 2 |
|   DECLARE SUB name [CDECL] [ALIAS "aliasname"] [([parameterlist])] |
|     ž name is the name that will be used to call the procedure |
|     ž CDECL, aliasname and parameterlist are Details |
|
See Also  CALLS and CALL(Non-BASIC) statements - to see how to call the |
|                                                  non-BASIC procedure |