Unresolved
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Mattijs SpieringsMattijs SpieringsNew 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
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Mattijs Spierings
Mattijs SpieringsNew 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
Fix versions
Priority
Created 23 November 2015 at 02:13
Updated 18 November 2021 at 15:17
I can't find a splice function in the docs.
For now I am using the java Remove function to remove an element from an existing array by providing an index of the element to be removed. ( and thus reducing the array.
The function should return the removed element and not a boolean.
The splice function could simulate the Javascript splice function if possible.