This post describes a trick to get eval to work. Basically you have to wrap eval like this:
(1, eval)(string_to_eval)
We had some success with it in this other thread.
This post describes a trick to get eval to work. Basically you have to wrap eval like this:
(1, eval)(string_to_eval)
We had some success with it in this other thread.