Hi, I run the following loop to output the variables on a page and their values.
I check for a simple value and skip it if it's not a simple value but it still says it
can't output the complex output types.
<cfloop collection="variables" item="i">
#i#-<cfif isSimpleValue("i")>#EVALUATE("i")#</cfif><br>
</cfloop>
TIA!
�
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists