Answered
How to execute arbitrary CFML stored in a string variable?
All-
I have some arbitrary CFML stored in a string. (In practice, it is stored in a database and retrieved into a string variable.) Is there any way to execute it other than writing it to a file and using <cfmodule> to execute that file?
Note that I found a "render" function in the BlueDragon product, which does what I am looking for, but I need it in CF itself.
Thanks in advance for any help you can offer.
-Josh
I have some arbitrary CFML stored in a string. (In practice, it is stored in a database and retrieved into a string variable.) Is there any way to execute it other than writing it to a file and using <cfmodule> to execute that file?
Note that I found a "render" function in the BlueDragon product, which does what I am looking for, but I need it in CF itself.
Thanks in advance for any help you can offer.
-Josh
