Difference between revisions of "LlDumpList2String"

From Second Life Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 20:12, 18 February 2007

Summary

Function: string llDumpList2String( list src, string separator );

Returns a string that is the list src converted to a string with separator between the entries.

• list src
• string separator

Examples

Notes

Use llParseString2List or llParseStringKeepNulls to undo the process.

Deep Notes

Search JIRA for related Issues

Signature

function string llDumpList2String( list src, string separator );