Jump to content

API UI.InputMsgBox

From Flowcode Help
Revision as of 14:07, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"")
InputMsgBox
Displays a message box that allows the user to input text. Returns true if 'Ok' clicked, false otherwise 
- STRING Message
The message to display to the user 
- STRING Caption
The message box caption 
- STRING Input
Returns the inputted text (empty if clicks Cancel) 
- BOOL Return


Detailed description

Examples