Looks like it is as simple as this:
var firstPARAM = "p1_b";
var SECONDparam = "p2_b";
x = ["FIRSTParam": "p1_a", secondPARAM: "p2_a"]
print x
giving
{
"FIRSTParam" : "p1_a"
"secondparam" : "p2_a"
}
Note that putting the names in quotes takes care of it. Looking into it....
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users