The doc
http://chemapps.stolaf.edu/jmol/docs/#text14
says that atoms have a settable property "atomName".
In 11.7.32, I can set that property (and display it using "label 
%a"), but cannot read it using "print" or put it into a variable. It 
says 

script ERROR: unrecognised atom property: atomName
----
         print { atomno = 11 } . >> atomName <<

script ERROR: unrecognised atom property: atomName
----
          myvar = { atomno = 11 } . >> atomName <<

Both work with, e.g., "{atomno=11} .element"


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to