If I were to be able to read that back into Jmol it would need to be in
JSON format. You would need to use:

x = format("JSON",parsedData)
write var x "t.json"

and I am not certain that even then Jmol could read it,  but if it could,
it would be by using

y = eval(load("t.json"))

Maybe you can experiment some, Rolf, and see what particular parsing
actions lead to this slow down. Could be something that's fixable.

Bob
​
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to