From: Christian Jorgensen (christian.jorgensen_at_merton.ox.ac.uk)
Date: Mon Nov 01 2010 - 04:30:03 CDT

Hi all,
I have a set of coordinates {x y} printed on the Tkconsole screen, which is not very helpful as they are an abundant lot. When I try to write them in an output the file is consistently blank:

set sel [$sel get {x y}]
set output [open "output" w]
close $output

yields a blank output file

If I try
writepdb $output output.pdb

I also get a blank file.

Any comments would be very appreciated.
Christian