Jump to content

API UI.InputMsgBox

From Flowcode Help
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