string llDumpList2String(list src, string separator)
Concatenates all items in the
list src into a single string, placing the specified
separator between values.
llParseString2List performs the opposite function.
Example:
See also
llList2CSV and
ExampleListConversion.
Lists |
String