Q(uick)BASIC Keyword: ALIAS
Quick View
ALIAS Clause
ALIAS Clause in the DECLARE Statement
Worth knowing
Useful and cross-version information about the programming environments of QBasic and QuickBasic.
Syntax
- ALIAS "name-in-Quick-Library"
Description/Parameter(s)
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:
Syntax
- ALIAS "name-in-Quick-Library"
Description/Parameter(s)
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: