bas7qck.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.
BYVAL Clause
  Syntax             Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
BYVAL variable [AS type]
 
    ■ The BYVAL attribute in the parameter list of a DECLARE
      statement passes the value of the specified variable to the
      procedure. BYVAL cannot be applied to string parameters.
 
See Also    DECLARE (BASIC)    CALL (BASIC)
            CALL, CALLS (Non-BASIC)   DECLARE (Non-BASIC)