I suspect it's not eval() you're seeing issues with, but what you're trying to evaluate -- the new engine does not support jsxbin files.
you can still use eval() in the new engine as it is valid javascript. basically the old engine allowed non-valid syntax in some cases. these are the things that no longer work in the new version.Â
lloyd
I haven't download cc2019 (os not up to snuff yet awaiting new compy) but I hear that among other things eval() doesn't work in expressions. Is there any documentation on the changes in the new Javascript engine - I haven't seen anything about using eval().
Timt
--
Cheers,
Lloyd
|