StructValuearray()

Returns all the values as an array

Usage

ARRAY = StructValuearray( struct )
Argument Summary
struct struct1

Calling

Supports named-parameter calling allowing you to use the function like:

StructValuearray(
   struct=?
);

Supports passing parameters as a structure using ArgumentCollection:

StructValuearray( ArgumentCollection={
   struct : ?
} );