Core Function MsgBox

From Sputnik Wiki
Revision as of 22:38, 26 November 2011 by Alexpja (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
MsgBox( <expression> )

Description

Show a message dialog.

Usage

With a string:

MsgBox("Hello.");

With a variable:

$testing = "Kittens";
MsgBox($testing);

Some Examples

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox