Chapter 2: ColdFusion Functions
</FORM>
<CFIF NOT StructISEmpty(employee)>
<hr size="2" color="#0000A0">
<CFSET keysToStruct = StructKeyList(employee,"<LI>")>
<P>Here are the keys to the structure:</P>
<UL>
<LI>
<CFOUTPUT>#keysToStruct#</CFOUTPUT>
</UL>
<P>
If these fields are correct, we can process your new employee
information. If they are not correct, you should consider rewriting
your application.
</P>
</CFIF>
</BODY>
</HTML>
537
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers