Details
Assignee
UnassignedUnassignedReporter
Adam CameronAdam CameronNew 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
Unassigned
UnassignedReporter
Adam Cameron
Adam CameronNew 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 1 February 2015 at 16:15
Updated 21 February 2025 at 13:32
Copied from https://issues.jboss.org/browse/RAILO-2934
G'day
Railo 4/ColdFusion 10 added a function arraySort() which uses a callback as a sort comparator, eg:
arraySort(array, function)
However there was no equivalent functions for lists or structs. These should have been done at the same time. Also as equivalent functions for query iteration should have been implemented too, it stands to reason querySort() should be implemented too.
Obviously these should be implemented as both member functions and procedural functions.
–
Adam