Details
Assignee
Michael OffnerMichael OffnerReporter
Adam CameronAdam CameronLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Adam Cameron
Adam CameronLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 23 May 2023 at 19:20
Updated 25 May 2023 at 14:31
This should work:
https://trycf.com/gist/a4767cc307b7550914227128fa94040b/acf2021?theme=monokai
<cfscript> st = { "foo" = "bar", "fu" = "bar" } writeDump(st.find((k, v) => k=="foo" && v=="bar")) // bar </cfscript>
It doesn’t:
Can't cast Object type [user defined function (lambda_qiol)] to a value of type [string] on line 7
This was added to CF back in CF2018.