MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual page 126

Developing coldfusion mx applications
Table of Contents

Advertisement

Function
StructFindValue
StructGet
StructInsert
StructIsEmpty
StructKeyArray
StructKeyExists
StructKeyList
StructNew
StructSort
StructUpdate
All functions except
exist.
For more information on these functions, see CFML Reference.
126
Chapter 5: Using Arrays and Structures
Description
Searches through a structure for the specified simple data value (for
example, a string or number) and returns an array containing information on
the value location in the structure.
Returns a reference to a substructure contained in a structure at the
specified path. This function is redundant with using direct reference to a
structure. If you accidentally use this function on a variable that is not a
structure, it replaces the value with an empty structure.
Inserts the specified key-value pair into the specified structure. Unlike a
direct assignment statement, this function generates an error by default if
the specified key exists in the structure.
Indicates whether the specified structure contains data. Returns True if the
structure contains no data, and False if it does contain data.
Returns an array of keys in the specified structure.
Returns True if the specified key is in the specified structure. You can use
this function in place of the
variables in scopes that are available as structures.
Returns a list of keys in the specified structure.
Returns a new structure.
Returns an array containing the key names of a structure in the order
determined by the sort criteria.
Updates the specified key with the specified value. Unlike a direct
assignment statement, this function generates an error if the structure or key
does not exist.
throw an exception if a referenced key or structure does not
StructDelete
function to check for the existence of
IsDefined

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents