| .ALIAS Clause in the DECLARE Statementi |
|
| ALIAS Clause |
|
| Syntax |
|   ALIAS "name-in-Quick-Library" |
|
| The ALIAS clause in a DECLARE statement announces to QuickBASIC that the |
| name of a procedure in a Quick library is different from the name you will |
| use in your program to call that procedure. |
|
See Also  DECLARE (Non-BASIC) |