LSL Wiki Mirror 10-5-2006:
llList2CSV
HomePage
::
PageIndex
::
RecentChanges
::
RecentlyCommented
::
UserSettings
::
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
.
Lists
|
Functions
There are 3 comments on this page. [
Display comments/form
]