In Jmol 14.0.8:
x=array()
x[1]="A"
x[2]="B"
print x
A
B

In Jmol 14.0.11
x=array()
x[1]="A"
x[2]="B"
print x
[
]

Is this broken or was I doing something wrong?
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to