Re: [Jmol-users] Old Question

2017-05-25 Thread Robert Hanson
Otis, you suggest: *var molf2 = "' + molf1 + '"; load "@molf2";* That's a fine way to do it. The LOAD command looks for "@..." and does that special case conversion. An alternative load command is: LOAD VAR molf2 or LOAD VAR "mol2" Bob On Wed, May 24, 2017 at 9:09 PM, Otis Rothenberger

[Jmol-users] Old Question

2017-05-24 Thread Otis Rothenberger
Bob, This goes back almost a year to an JmolScript @ question. You resolved my @ problem in a detailed reply. Reviewing this old note, another question comes up. I do the following all the time: var molf2 = "' + molf1 + '"; load "@molf2"; molf1 is a molfile string. Does this fall into the