Difference between revisions of "LlParseString2List"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=214|func_sleep=0.0|func_energy=10.0|func=llParseString2List|return_type=list|p1_type=string|p1_name=src|p2_type=list|p2_name=separators|p3_type=list|p3_name=spacers|func_footnote=Breaks src into a list, discarding separators, keeping spacers (separators and spacers must be lists of strings, maximum of 8 each)|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=214|func_sleep=0.0|func_energy=10.0
|func=llParseString2List|return_type=list|p1_type=string|p1_name=src|p2_type=list|p2_name=separators|p3_type=list|p3_name=spacers
|func_footnote
|func_desc
|return_text=that is '''src''' broken into a list, discarding '''separators''', keeping '''spacers''', discards any null values generated.
|spec
|caveats
|constants
|examples
|helpers
|also_functions=*{{LSLG|llParseStringKeepNulls}}
*{{LSLG|llDumpList2String}}
*{{LSLG|llCSV2List}}
*{{LSLG|llList2CSV}}
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|sort=ParseString2List
|cat1
|cat2
|cat3
|cat4
}}

Revision as of 07:22, 10 February 2007