Thanks, Bob

> x = jmolScriptWait("show coord")

This, either as it is or "show coord"  typed into Jmol console, gives 
an error:
        coord = <not set>


> x = jmolScriptWait('print {*}.label("%x %y %z")')
> x = jmolEvaluate('{*}.label("%x %y %z")')

These two work, but that's not all what I need. I didn't make myself 
clear enough; I want something that can be fed back into Jmol.

I've found this solution:

x = jmolGetPropertyAsString("extractModel","all")

simple and clean, MOL format. Works beautifully!



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to