Details
Details
Assignee
Unassigned
UnassignedReporter
Sebastian Zartner
Sebastian ZartnerLabels
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 18 June 2024 at 21:18
Updated 18 June 2024 at 21:18
Like
ListAppend()
(see https://luceeserver.atlassian.net/browse/LDEV-2024 ),ListInsertAt()
currently doesn’t support multi-character delimiters. It only considers the first character of thedelimiters
string.Example:
<cfoutput>#listInsertAt("1, 3", 2, 2, ", ")#</cfoutput>
should output
"1, 2, 3"
(including the space).