(acet-ui-txted [text [caption [note]]])
Display a multi-line text editing dialog.
Arguments
text |
If provided, a text string to be displayed as the initial contents. Lines can be separated with "\r\n" sequences. |
caption |
If provided, text to be used as the dialog caption. |
note |
If provided, an additional text string to be displayed above the text editing control. |
Return Values
A string containing the text contents if the user presses the OK button, or nil if the user presses the Cancel button.
Library: acetutil.arx |