Eval in observable

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.

2 Likes