Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: GUI functions
See also: selectitem

Function: readvalue
Description: asks for one or more input values via a dialog box and reads them.


Usage: v = readvalue(ValueNames, defaults)
Input:
ValueNames a vector of strings to explain the values
defaults a vector of default values
Output:
v the vector of values entered by the user

Example:



ValueNames = "x=" | "y=" | "z="

defaults = 0 | 0 | 0

v = readvalue(ValueNames, defaults)

v

Result:



A dialog box opens where you can enter your values. 

By selecting  the values are read in and stored in a vector v.


Group: GUI functions
See also: selectitem

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 21.9.2000