Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftLabels
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
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftLabels
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 8 August 2024 at 14:20
Updated 12 August 2024 at 07:56
<cfscript> numbers = [ 4, 3, 2, 1 ]; writeDump( ArrayContains(numbers, 3) ); </cfscript>
Lucee result : 2
ACF result : true
arrayContains()
returns a numeric value, while ACF returns a Boolean value.