-
-
Notifications
You must be signed in to change notification settings - Fork 19
show_message
CryoEagle edited this page Jan 6, 2019
·
1 revision
shows popup message
show_message(str)| Argument | Description |
|---|---|
string str |
message to popup |
Returns: string
This message will popup message in window.
show_message("Hello world !");The above code would open windows with text Hello world !
Back to Debug