Difference between revisions of "LlDumpList2String"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|also_functions=*{{LSLG|llParseString2List}}
|also_functions=*{{LSLG|llParseString2List}}
*{{LSLG|llParseStringKeepNulls}}
*{{LSLG|llParseStringKeepNulls}}
*{{LSLG|llCSV2List}}
*{{LSLG|llList2CSV}}
|also_events
|also_events
|also_tests
|also_tests
|also_articles
|also_articles=*{{LSLG|Typecast}}
|notes=Use {{LSLG|llParseString2List}} or {{LSLG|llParseStringKeepNulls}} to undo the process.
|notes=Use {{LSLG|llParseString2List}} or {{LSLG|llParseStringKeepNulls}} to undo the process.
|permission
|permission
Line 20: Line 22:
|cat1=List
|cat1=List
|cat2=String
|cat2=String
|cat3
|cat3=Data Conversion
|cat4
|cat4
}}
}}

Revision as of 07:19, 10 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 );