No. We've gone through this already here before. And before, I also said that this eval solution fails because you end up compiling code repeatedly, and you could get very bad results if the data contains certain strings.
Do not use eval-string. Ever. Or at least until you understand all the drawbacks.