Difference between revisions of "Window msg"
From Unofficial QEdit Wiki Guide
Line 2: | Line 2: | ||
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>window_msg </span>W</span> | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>window_msg </span>W</span> | ||
− | |||
* W (String) = Message to display | * W (String) = Message to display | ||
Revision as of 11:52, 24 March 2011
Syntax
Syntax: window_msg W
- W (String) = Message to display
Use
Used to display a message on screen.
Example
300: window_msg 'Hello world!' \\When function is called display window message
add_msg 'Bye world!' \\Add to message
winend \\Close window message
ret