◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
Transfers control from the current program to another Basic program.
CHAIN filespec$
■ filespec$ The name of the program to which control is passed.
Example:
'Assumes the program TEST.BAS is in a \DOS directory.
CHAIN "C:\DOS\TEST.BAS"
See Also ◄CALL► ◄COMMON► ◄RUN► ◄Differences from BASICA►
──────────────────────────────────────────────────────────────────────────────
© Copyright Microsoft Corporation, 1987-1992. All rights reserved.
Converted from qbasic.hlp with DosHelp/HelpConvert