StructFindValue
Last updated
Last updated
Searches a struct for a given value and returns an array of results
Argument | Type | Required | Description | Default |
---|---|---|---|---|
struct
struct
true
The struct to search
value
string
true
The value to search for
scope
string
false
Either one (default), which finds the first instance or all to return all values
one