It's back to the old way. I was attempting to create a better array
listing, but this is not the way to do it. Will release tomorrow.
On Thu, Mar 20, 2014 at 10:44 AM, Ron Mignery wrote:
> 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]
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
2 matches
Mail list logo