qb45qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DECLARE Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
DECLARE - a non-executable statement that declares references to
          BASIC procedures and invokes argument type checking
Syntax
  DECLARE {FUNCTION | SUB } name [([parameterlist])]
    ■ name is the name that will be used to call the procedure
    ■ parameterlist indicates the number and type of arguments that will
      be used to call the procedure
 
See Also  FUNCTION  SUB  CALL
 
Other Uses of the DECLARE Keyword
  DECLARE can also be used to declare references to procedures written
            in other programming languages, such as C