From: John Stone (johns_at_ks.uiuc.edu)
Date: Thu Sep 22 2011 - 01:42:26 CDT

Hi,
  I would recommend reading the Tcl docs for the "file" and "puts"
commands so you learn how to open and close files and use puts to
write your text out there. See www.tcl.tk for full Tcl docs.

Cheers,
  John Stone
  vmd_at_ks.uiuc.edu

On Wed, Sep 21, 2011 at 02:31:52PM -0400, kirtana S wrote:
> Thanks for the clarification , when I did
>
> set m [list 2 3 3 $a $b $c $d $e $f $g $h $i]
>
> puts [lindex [mevsvd $m] 0]
> $sel delete
> }
>
> The above prints the output
> here
> eigenvalues=...
> 2
>
> to my TkConsole screen how can I save them in an output file
> I tried set a { }
> lappend a [lindex [mevsvd $m] 0]
>
> this does not give me different output in the out file ., I ma using the
> Hume linear algebra package .
>
> Thankful for any suggestion

-- 
NIH Resource for Macromolecular Modeling and Bioinformatics
Beckman Institute for Advanced Science and Technology
University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801
http://www.ks.uiuc.edu/~johns/           Phone: 217-244-3349
http://www.ks.uiuc.edu/Research/vmd/       Fax: 217-244-6078