--- Kipp the Kidd wrote: ;$no_one:eval_d("{1,2,3}")[2] => "{1,2,3}" --- end of quoted material --- actually, the fastest, and less DB assuming, way of doing this operation would be this: ;eval("return "+toliteral({1,2,3})) => "{1, 2, 3}"