Returns a string list with the specified item deleted from it. The index for the string list
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
[r: listDelete("This, is, a, test", 1)]Returns This, a, test