list llParseStringKeepNulls(string src, list separators, list spacers)
llParseStringKeepNulls works almost exactly the same as
llParseString2List,
except that if a null is found it will add a null string instead of discarding it like
llParseString2List does.
Question: Is it supposed to produce a list of length 1 when "" is passed as src? llGetListLength(llParseListKeepNulls("", ["]_["], [])) returned 1... is this the correct behavior?
Answer:I believe that to be the correct behavior since it has always answered that way.
Answer: Yes, it is. "" is an empty (null) string.
llParseString2List
llDumpList2String: performs the opposite function
See also llCSV2List and ExampleListConversion.
This article wasn't helpful for you? Maybe the related article at the LSL Portal is able to bring enlightenment.
Lists | Functions