Project

General

Profile

Msgbox » History » Version 2

Per Amundsen, 02/16/2023 02:38 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*/msgbox <text>*
4
5
Show a message box with text.
6
7
*Parameters*
8
9 2 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <text> | Text to show. |
12
13
*Example*
14
15
<pre>
16
; Show a message box with the text 'Hello World'.
17
/msgbox Hello World
18
</pre>