listDelete: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page listDelete to ListDelete without leaving a redirect: Converting page title to first-letter uppercase) |
m (Conversion script moved page ListDelete to listDelete: Converting page titles to lowercase) |
(No difference)
|
Revision as of 22:57, 9 February 2023
listDelete() Function
• Introduced in version 1.3b42
Returns a string list with the specified item deleted from it. The index for the string list
Usage
listDelete(list, index)
listDelete(list, index, delim)
If delim is not specified then the default value of ',' is used as the value separator in the string list
Example
[r: listDelete("This, is, a, test", 1)]