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.
CALL Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
CALL - a statement that transfers control to another procedure, a
       BASIC SUB
Syntax
  CALL name[(argumentlist)]
    ■ name is the name of the SUB
    ■ argumentlist lists the variables or constants passed to the SUB
 
See Also  DECLARE  SUB...END SUB
Other Uses
  CALLS - to transfer control to a procedure written in another language
  CALL ABSOLUTE - to transfer control to a machine-language procedure
  CALL INTERRUPT - to perform a DOS system call