InputMemo(Prompt: String[, Title: String, Default: String, Maxlength: Number]): String
Displays a message, User can input a block of text, returns text entered.
Notes: If User clicks OK or presses Enter, InputMemo function returns what is in the memo control. If User clicks Cancel or presses Esc, function returns Null.
InputMemo function syntax has these named arguments:
Parameter |
Description |
|---|---|
Prompt |
Required. String expression displayed as the message. |
Title |
Optional. String expression displayed in the title bar. If you omit title, the application name is placed in the title bar. |
Default |
Optional. String expression displayed in the memo control as the default response if no other input is provided. If you omit default, the value is "". |
Max Length |
Optional. Set the maximum number of characters that can be entered in the memo. |
See also Scripted Form InputMemo method.