> I could not find any "NO" as word in the interactive scripting
> documentation.
>
> Q: What does "NO" mean in which context(s) in Jmol?

off == false == no

on == true == yes

All of these are equivalent:
  spacefill on
  spacefill true
  spacefill yes

I would never have done it that way ... but it wasn't my scripting language.

All tokens are in src/org/jmol/viewer/Token.java

http://cvs.sourceforge.net/viewcvs.py/jmol/Jmol/src/org/jmol/viewer/Token.java?view=markup


Miguel



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to