MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 561

Cfml language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Coldfusion 4.5

Table of Contents