Hi everyone,

I'm trying to use the write function in the applet. It is advertised to do:

"x = write(...), the output of the write command is loaded into variable x. The 
parameters are those of the write command. For example, x = write("PDB") or x = 
write(quaternion, "r", "difference2"). Note that x = write("image") is not 
supported."


I tried this with 11.8.24 and 12.0.RC20/23, both signed and unsigned:

jmolEvaluate('write("ramachandran","r").split("\n");')

- getting the ramachadran 'pdb' string works fine


jmolEvaluate('write("PDB");')

- returns 'ERROR'


jmolEvaluate('write("COORDS", "PDB");')

- returns 'JPG64'


Any ideas?!


Cheers
Alex

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to