MessageBox - Debug

Revision as of 10:27, 28 June 2012 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Debug Script

Displays a single-button OK message box containing the specified text.

SyntaxEdit

Function MessageBox(string asMessageBoxText) native global debugOnly

ParametersEdit

  • asMessageBoxText: The text that should be displayed in the message box.

Return ValueEdit

None

ExamplesEdit

; Display the class 'hello world' box
Debug.MessageBox("Hello, world!")

See AlsoEdit