![MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Скачать руководство пользователя страница 146](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-developing-web/coldfusion-4-5-developing-web_develop-manual_3286369146.webp)
120
Developing Web Applications with ColdFusion
called person to hold value of key as loop runs --->
<CFLOOP COLLECTION=#Departments# ITEM="person">
<TR>
<TD>#person#</TD>
<TD>#Departments[person]#</TD>
</TR>
</CFLOOP>
</TABLE>
</CFOUTPUT>
Structure Functions
There are several functions that help you create and manage structures in ColdFusion
applications.
Structure Functions
Function
Description
IsStruct
Returns TRUE if the specified variable is a structure.
StructClear
Removes all data from the specified structure.
StructCopy
Returns a new structure with all the keys and values of the
specified structure.
StructCount
Returns the number of keys in the specified structure.
StructDelete
Removes the specified item from the specified structure.
StructFind
Returns the value associated with the specified key in the
specified structure.
StructInsert
Inserts the specified key-value pair into the specified
structure.
StructIsEmpty
Indicates whether the specified structure contains data.
Returns TRUE if the structure contains no data, and FALSE if it
does contain data.
StructKeyArray
Returns an array of keys in the specified structure.
StructKeyExists
Returns TRUE if the specified key is in the specified structure.
StructKeyList
Returns a list of keys in the specified structure.
Содержание COLDFUSION 4.5-DEVELOPING WEB
Страница 1: ...Allaire Corporation Developing Web Applications with ColdFusion ColdFusion 4 5...
Страница 14: ...xiv Developing Web Applications with ColdFusion...
Страница 26: ...xxvi Developing Web Applications with ColdFusion...
Страница 34: ...8 Developing Web Applications with ColdFusion...
Страница 70: ...44 Developing Web Applications with ColdFusion...
Страница 84: ...58 Developing Web Applications with ColdFusion...
Страница 114: ...88 Developing Web Applications with ColdFusion...
Страница 148: ...122 Developing Web Applications with ColdFusion...
Страница 174: ...148 Developing Web Applications with ColdFusion...
Страница 208: ...182 Developing Web Applications with ColdFusion...
Страница 244: ...218 Developing Web Applications with ColdFusion...
Страница 274: ...248 Developing Web Applications with ColdFusion...
Страница 288: ...262 Developing Web Applications with ColdFusion...
Страница 300: ...274 Developing Web Applications with ColdFusion...
Страница 350: ...324 Developing Web Applications with ColdFusion...
Страница 362: ...336 Developing Web Applications with ColdFusion...