Window msg

From Unofficial QEdit Wiki Guide
Revision as of 14:03, 9 April 2021 by LunarFuror (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

Syntax: window_msg string

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

Also see

add_msg, message, ret, winend