StructGet()

Returns a new structure, or heirarchy of structures to match the given key path

Usage

STRUCTURE = StructGet( keypath )
Argument Summary
keypath key path

Calling

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

StructGet(
   keypath=?
);

Supports passing parameters as a structure using ArgumentCollection:

StructGet( ArgumentCollection={
   keypath : ?
} );