Not that there's anything wrong with it but release 14.0.13 of the
application fails a script if globals are defined with var whereas earlier
versions do not.
test script:
var x = "X"
function test {
print _version
print x
}
In version 14.0.13 test prints:
1400013
whereas in 14.0.12 it prints
1400012
X
If the var is deleted, then 14.0.13 test prints:
1400013
X
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to