Difference between revisions of "LlDumpList2String"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=245|func_sleep=0.0|func_energy=10.0|func=llDumpList2String|return_type=string|p1_type=list|p1_name=src|p2_type=string|p2_name=separator|func_footnote=Write the list out in a single string using separator between values|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=245|func_sleep=0.0|func_energy=10.0
|func=llDumpList2String|return_type=string|p1_type=list|p1_name=src|p2_type=string|p2_name=separator
|func_footnote
|func_desc
|return_text=that is the list '''src''' converted to a string with '''separator''' between the entries.
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llParseString2List}}
*{{LSLG|llParseStringKeepNulls}}
|also_events
|also_tests
|also_articles
|notes=Use {{LSLG|llParseString2List}} or {{LSLG|llParseStringKeepNulls}} to undo the process.
|permission
|negative_index
|cat1=List
|cat2=String
|cat3
|cat4=Stub
}}

Revision as of 10:47, 9 February 2007