Forum Discussion

rjbrown's avatar
rjbrown
Visitor
14 years ago

create or overwrite functions with Eval()

Is it possible to use Eval() to create a function? Say I want to make a way of live-patching an app, by bringing down some code via http and then running it with Eval(). Can I actually create a new ...