FutureBasic Logo

<<    Index    >> FutureBasic 5

run   statement



Syntax:
run path$ [,refNum% [,dirID&]]

Description:
This statement launches the application specified by path$, refNum% and dirID&, and puts it into the foreground, making it the active process. The program that launched the application does not quit, but is put into the background.
See Appendix A - File Object Specifiers, to see how the path$, refNum% and dirID& parameters are interpreted.