string llList2CSV(list src)
Create a string of comma separated values (
CSV) from list
src.
Example:
The output will be "string, 1, 5.2".
Note the space after each comma.
See also
llDumpList2String and
llCSV2List.
This article wasn't helpful for you? Maybe the
related article at the LSL Portal is able to bring enlightenment.
Lists |
Functions