StructKeyarray()
Returns back an array of all the keys in the structure
Usage
ARRAY = StructKeyarray(
struct
)
Argument | Summary |
---|---|
struct | struct1 |
Calling
Supports named-parameter calling allowing you to use the function like:
StructKeyarray( struct=? );
Supports passing parameters as a structure using ArgumentCollection:
StructKeyarray( ArgumentCollection={ struct : ? } );