Tests whether a key exists in a struct and returns a boolean value
StructKeyExists(struct=[structloose], key=[any])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
struct |
struct |
true |
The struct to test | |
key |
any |
true |
The key within the struct to test for existence |
- StructAppend
- StructClear
- StructCopy
- StructDelete
- StructEach
- StructEquals
- StructEvery
- StructFilter
- StructFind
- StructFindKey
- StructFindValue
- StructGet
- StructGetMetadata
- StructInsert
- StructIsCaseSensitive
- StructIsOrdered
- StructKeyArray
- StructKeyList
- StructKeyTranslate
- StructMap
- StructNew
- StructReduce
- StructSome
- StructSort
- StructToQueryString
- StructToSorted
- StructUpdate
- StructValueArray