Skip to content

llDumpList2String

Function Syntax
string llDumpList2String(
  1. list Source,
  2. string Separator
);

Returns the list as a single string, using Separator between the entries.

Write the list out as a single string, using Separator between values.