OpenBD Wiki

From OpenBD
Revision as of 16:33, 25 April 2009 by Alan (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

StructValueArray()

This function, like the StructKeyArray() will return an array object back representing the top level values of this structure. The order of this array cannot be assured.

Contents

Parameters

StructValueArray( structure )

  • structure: this is structure object

Returns

This function returns back an array

Example

<cfset myValueArray = StructValueArray( server )>

Notes

The order of the array cannot be assured, but all the values will be represented.

Engine Compatibility

  • OpenBD

Personal tools