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 |
StructValueArray( structure )
This function returns back an array
<cfset myValueArray = StructValueArray( server )>
The order of the array cannot be assured, but all the values will be represented.