Searches a struct for a given key and returns an array of values
StructFindKey(struct=[structloose], key=[any], scope=[string])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
struct |
struct |
true |
The struct to search | |
key |
any |
true |
The key to search for | |
scope |
string |
false |
Either one (default), which finds the first instance or all to return all values | one |
- StructAppend
- StructClear
- StructCopy
- StructDelete
- StructEach
- StructEquals
- StructEvery
- StructFilter
- StructFind
- StructFindValue
- StructGet
- StructGetMetadata
- StructInsert
- StructIsCaseSensitive
- StructIsOrdered
- StructKeyArray
- StructKeyExists
- StructKeyList
- StructKeyTranslate
- StructMap
- StructNew
- StructReduce
- StructSome
- StructSort
- StructToQueryString
- StructToSorted
- StructUpdate
- StructValueArray