Don't click here unless you want to be banned.

LSL Wiki : llList2CSV

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
string llList2CSV(list src)

Create a string of comma separated values (CSV) from list src.

Example:
llWhisper(0, llList2CSV(["string", 1, 5.2]));
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
There are 3 comments on this page. [Display comments/form]