◄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)►