Difference between revisions of "LlDeleteSubList"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=193|func_sleep=0.0|func_energy=10.0|func=llDeleteSubList|return_type=list|p1_type=list|p1_name=src|p2_type=integer|p2_name=start|p3_type=integer|p3_name=end|func_footnote=Remove the slice from the list and return the remainder|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=193|func_sleep=0.0|func_energy=10.0
|sort=DeleteSubList
|func=llDeleteSubList
|return_type=list
|p1_type=input
|p1_name=src
|p2_type=integer|p2_name=start|p2_desc=start index
|p3_type=integer|p3_name=end|p2_desc=end index
|func_footnote
|func_desc=Remove the slice from '''input''' and return the remainder
|return_text=that is the input list with the slice from '''start''' to '''end''' removed.
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_articles
|notes
|permission
|negative_index=true
}}
{{LSLC|Stub|DeleteSubList}}
{{LSLC|List|DeleteSubList}}
{{LSLC|Negative Index|DeleteSubList}}

Revision as of 22:02, 29 January 2007