Skip to content

llList2CSV

Function Syntax
string llList2CSV(
  1. list ListVariable
);

Creates a string of comma separated values from the list.

Create a string of comma separated values from the specified list.