Difference between revisions of "Winend"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 15: Line 15:
 
  </span>
 
  </span>
  
==Related==
+
==Also see==
 
[[add_msg]], [[window_msg]], [[ret]]
 
[[add_msg]], [[window_msg]], [[ret]]

Latest revision as of 07:20, 28 March 2011

Syntax

Syntax: winend

  • None

Use

Used to close a window_msg

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

Also see

add_msg, window_msg, ret