Futurebasic/Language/Reference/shutdown

SHUTDOWN edit

Syntax edit

SHUTDOWN [msg$]

Description edit

When used without the msg$ parameter, SHUTDOWN behaves identically as the END statement. If the msg$ parameter is included, the string in msg$ is displayed in an alert box before the program quits.

FB Lite behavior: When you use the "FB Lite" runtime, the string in the msg$ parameter is displayed in the Text Window, rather than in an alert box.

See Also edit

END; SYSTEM statement