FUNCTION:STRUCTNEW

last edited byusericonmarkdrew on 26-May-2010

Contents

StructNew

Description

Creates a structure. If you pass in a parameter you can create a normal, weak or linked typed of structure.

You can create a specific structure by passing a variable into this function for example:

Category

Other

Implemented

Usage Syntax

StructNew([type])

Return Information

Return Type Return Description
struct

Arguments

Name Type Required Position Default Description
type String No 1 the type the new struct (normal,weak,linked)

Example Usage

<cfset myStructure = StructNew()>
<cfset myLinkedStructure = StructNew("linked")>
<cfset myWeakStructure = StrucNew("weak")>

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (0)

You need to login in order to comment!