Question
cferror : #error.generateContent#
I am trying to capture the #error.generateContent# into a
variable or text file. Some how it does not allow me to capture or
save it.
Any ideas are welcome
<cffile action = "write"
file = "c:\serverpath\readme.htm"
output = "#error.generateContent# "
addNewLine = "Yes">
Any ideas are welcome
<cffile action = "write"
file = "c:\serverpath\readme.htm"
output = "#error.generateContent# "
addNewLine = "Yes">
