--
Steffen Gast
Email: sg...@htwm.de
WWW: http://www.htwm.de/~sgast
Just using the return value from the proc usually
works fine. Assuming a proc named myproc that
starts up a modal dialog, you might do this:
set returnvar [myproc arg1 arg2]
Which would set returnvar to the return value
from the dialog.
Best of luck,
Mark D Zollinger
mzoll...@esri.com