Dialog for interactive multi-lines input.
result = x_dialog(labels, valueini) result = x_dialog(labels, valueini, ispassword)
column vector of strings, comment for dialog
n column vector of strings, initial value suggested
Boolean scalar: when %T
, this dialog will be used to get a password, the characters typed by the user will be hidden and returned value will contains a single string. Default value is %F
.
User answer: n column vector of strings if returned with "Ok" button or [] if returned with "Cancel" button
Opens a dialog for interactive multi-lines input.
Version | Description |
2025.0.0 | ispassword parameter added. |