Skip to content

show_message

CryoEagle edited this page Jan 6, 2019 · 1 revision

show_message

shows popup message

Syntax:

show_message(str)
Argument Description
string str message to popup

Returns: string

Description:

This message will popup message in window.

Example:

show_message("Hello world !");

The above code would open windows with text Hello world !

Back to Debug

Clone this wiki locally