Hello, Martin

The syntax has never been write("whatever"). It's   

  write <optional format specification> <filename>

if you omit the format spec (1st parameter), Jmol will guess from the 
filename extension. That's why you are getting JPGs, I think; it 
didn't understand pqr.
I think that PQR format has just been added by Bob, it wasn't there 
before.

Please check the doc at
http://chemapps.stolaf.edu/jmol/docs/#writemodel

So,

  write pqr myfile.txt;
  write myfile.pqr;

should work the same



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to