[Jmol-users] variable in bitset not recognized for load trajectory (was: Jmol-developers)

2009-06-17 Thread pim schravendijk
Thank you! This should probably have been in the jmol-user mailing list, sorry for that, moved it now. One related question: I would like to apply a saved state to the next frame in the loop, but obviously not load the same frame again. Is there a way to access/change individual properties of a

Re: [Jmol-users] variable in bitset not recognized for load trajectory (was: Jmol-developers)

2009-06-17 Thread Robert Hanson
You can always say x = getProperty('stateinfo) or x = getProperty(stateinfo, modelstate) which loads x with the state script or part of it. Then you could modify it and execute script inline @x Bob On Wed, Jun 17, 2009 at 11:44 AM, pim schravendijk pimli...@googlemail.comwrote: Thank