Re: [Jmol-users] script() function path question

2014-02-03 Thread Whitwell, George
, January 30, 2014 11:32 PM To: jmol-users@lists.sourceforge.net Subject: Re: [Jmol-users] script() function path question the script() command does not do quite what you think it does. It expects a script command: x = script(show chemical name) x = script(show measurements) x = script(script '../scripts

Re: [Jmol-users] script() function path question

2014-01-30 Thread Robert Hanson
the script() command does not do quite what you think it does. It expects a script command: x = script(show chemical name) x = script(show measurements) x = script(script '../scripts/script1.spt' ) It is true that simply named scripts like you have there work, but only because there is a

[Jmol-users] script() function path question

2014-01-29 Thread Whitwell, George
Hi, I'm using the output of a script() function to gather data to be output as a file. I can run the script from another folder as script ../Jmolspts/writeout.spt without difficulty. When I direct the output to a variable, I'm finding that the target must be in the current