Chapter 9: Handling Complex Data With Structures - MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual

Developing web applications with coldfusion
Table of Contents

Advertisement

C
9
H A P T E R
Handling Complex Data
Chapter 9
ColdFusion supports dynamic multidimensional arrays. This chapter explains the
basics of creating and handling arrays. It also provides several examples showing
how arrays can enhance your ColdFusion application code.
ColdFusion also supports structures for managing lists of key-value pairs. This
chapter explains the basics of creating and working with structures.
Contents
with Structures
About Arrays ................................................................................................... 104
Creating an Array............................................................................................ 105
Basic Array Techniques.................................................................................. 106
Referencing Elements in Dynamic Arrays.................................................... 107
Populating Arrays with Data.......................................................................... 108
Populating an Array from a Query ................................................................ 110
Array Functions .............................................................................................. 111
About Structures............................................................................................. 113
Creating and Using Structures ...................................................................... 114
Structure Example.......................................................................................... 117
Using Structures as Associative Arrays ......................................................... 119
Structure Functions ....................................................................................... 120

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents