Difference between revisions of "MessageBox - Debug"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>TomBrightblade m (Added languages menu) |
||
Line 26: | Line 26: | ||
*[[Notification - Debug]] | *[[Notification - Debug]] | ||
*[[Trace - Debug]] | *[[Trace - Debug]] | ||
{{Languages}} |
Latest revision as of 04:26, 7 April 2012
Member of: Debug Script
Displays a single-button OK message box containing the specified text.
Syntax[edit | edit source]
Function MessageBox(string asMessageBoxText) native global
Parameters[edit | edit source]
- asMessageBoxText: The text that should be displayed in the message box.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Display the class 'hello world' box
Debug.MessageBox("Hello, world!")
See Also[edit | edit source]
Language: | English • polski • русский |
---|