Details
Assignee
Michael OffnerMichael OffnerReporter
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
Trivial
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
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 27 June 2023 at 15:33
Updated 28 June 2023 at 08:31
https://trycf.com/gist/91eb01d8f35b0ea773454a37458f1cee/lucee6-beta?theme=monokai
<cfscript> res = 0; writeOutput(booleanFormat(res)); // Works well with both LUCEE and ACF writeOutput(res.booleanFormat()); // Not supported In Lucee & ACF return FALSE </cfscript>