http://qs321.pair.com?node_id=399296


in reply to Re: Free Nodelet freed
in thread Free Nodelet freed

eval is your friend (using the word friend in its loosest form :)
<script language="javascript"> var arr = new Array('one','two'); var lb = "\x5B"; var rb = "\x5D" var code = "alert(\"Second element is \"+arr"+lb+"1"+rb+")"; eval(code); </script>

:)

cLive ;-)