Jump to content

API UI.InputMsgBox

From Flowcode Help
Revision as of 14:38, 7 August 2026 by Wiki bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Cancel is clicked) 
- BOOL Return


Detailed description

Examples