Question
Evaluating expressions in a variable
I have a basic need but can't seem to find a solution. How do
you evaluate expressions in a variable?
For example: I have have a text file that contains plain text & variables. I'm calling the text file via a CFFILE action=read. When I CFOUTPUT the generated variable from CFFILE I get the text file but no variables are evaluated!
Getting this: (my name is #name#)
Need this: (my name is John)
How can I read the file and output the file with all variables evaluated? Thanks
For example: I have have a text file that contains plain text & variables. I'm calling the text file via a CFFILE action=read. When I CFOUTPUT the generated variable from CFFILE I get the text file but no variables are evaluated!
Getting this: (my name is #name#)
Need this: (my name is John)
How can I read the file and output the file with all variables evaluated? Thanks
