tk_message           Jan 2001           Ying-Wan Lam           tkgui Function
NAME
tk_message - Displaying a message and wait for a response using tk widgets
CALLING SEQUENCE
[num]=x_message(strings)
[num]=x_message(strings ,buttons)
PARAMETERS
-
strings
: vector of characters strings to be displayed.
-
buttons
: Vector of strings containing the label of the buttons. Default value is "ok".
-
num
: number of the button clicked.
DESCRIPTION
An interactive input function for matrix and list using tksci interface. Type tk_dialog() to see examples.
EXAMPLES
gain=0.235;tk_message('value of gain is :'+string(gain))
r=tk_message(['Your problem is ill conditioned'; 'continue ?'],['Yes','No'])
.fi
SEE ALSO
x_message, tk_dialog