Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.64 KB

File metadata and controls

53 lines (41 loc) · 1.64 KB

Function: StructValueArray

Returns an array of all values of top level keys in a struct

Method Signature

StructValueArray(struct=[structloose])

Arguments

Argument Type Required Description Default
struct struct true The target struct from which to retrieve values

Examples

Related