< Futurebasic < Language < Reference

SHUTDOWN

Syntax

SHUTDOWN [msg$]

Description

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

END; SYSTEM statement

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.