In version 14.0.8 this works:

print _version
x = "abcd"
x[1] = "X"
print x

1400008
Xbcd

In 14.0.9 it gives an error:

1400009
script ERROR: invalid argument
----
          x [ 1 >> ] << = "X"

Am I abusing strings and the law has finally caught up with me or is this a
bug?
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to