Skip to content

Commit 05ac4f6

Browse files
authored
Merge pull request #1555 from gavinbaumanis/master
Update structKeyExists() to explain the affect of Lucees Null Support…
2 parents da86909 + 71a41b6 commit 05ac4f6

File tree

1 file changed

+3
-0
lines changed
  • docs/03.reference/01.functions/structkeyexists

1 file changed

+3
-0
lines changed

docs/03.reference/01.functions/structkeyexists/function.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ categories:
88
---
99

1010
Determines whether a specific key is present in a structure.
11+
**Note:** When a struct's key contains a NULL as a value, Lucee's Null Support setting affects the outcome.
12+
When Null Support is **false**, if a key DOES exist, and it has a NULL as a value, it will return **false**.
13+
When Null Support is **true**, if a key DOES exist, and it has a NULL as a value, it will return **true**.

0 commit comments

Comments
 (0)