Winend

From Unofficial QEdit Wiki Guide
Revision as of 12:03, 25 March 2011 by Tofuman (Talk | contribs)

Jump to: navigation, search

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

Related

add_msg, window_msg, ret