x_dialog

Dialog for interactive multi-lines input.

Calling Sequence

result=x_dialog(labels,valueini)

Arguments

:labels column vector of strings, comment for dialog : :valueini n column vector of strings, initial value suggested : :result User answer: n column vector of strings if returned with

“Ok” button or [] if returned with “Cancel” button

:

Description

Opens a dialog for interactive multi-lines input.

Examples

gain=`evstr`_(x_dialog('value of gain ?','0.235'))
x_dialog(['Method';'enter sampling period'],'1')
m=`evstr`_(x_dialog('enter a  3x3 matrix ',['[0 0 0';'0 0 0';'0 0 0]']))

See Also

  • x_mdialog Dialog for interactive vector/matrix input.
  • x_matrix Xwindow editing of matrix
  • evstr evaluation of expressions
  • execstr execute Scilab code in strings

Table Of Contents

This Page