Core Function MsgBox

From Sputnik Wiki
Revision as of 22:40, 26 November 2011 by Alexpja (Talk | contribs)
Jump to: navigation, search
MsgBox( <expression> )

Description

Show a message dialog.

expression

With a string:

MsgBox("Hello.");

With a variable:

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

Some Examples

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox