A Special Note When Using llParseString2List
Wednesday, April 9th, 2008I learned a new attribute of the llParseString2List function today (the hard way):
When you use multiple separators, the order that the separators are listed in is important. If you want to parse a list of values like:
Squeebee Wakawaka, You User, My Friend
And also accomodate:
Squeebee Wakawaka,You User,My Friend
You need to add both “,” and “, ” […]