Difference between revisions of "LlDeleteSubList"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|func=llDeleteSubList
|func=llDeleteSubList
|return_type=list
|return_type=list
|p1_type=input
|p1_type=list|p1_name=src
|p1_name=src
|p2_type=integer|p2_name=start|p2_desc=start index
|p2_type=integer|p2_name=start|p2_desc=start index
|p3_type=integer|p3_name=end|p2_desc=end index
|p3_type=integer|p3_name=end|p2_desc=end index
|func_footnote
|func_footnote
|func_desc=Remove the slice from '''input''' and return the remainder
|return_text=that is the '''src''' list with the slice from '''start''' to '''end''' removed.
|return_text=that is the input list with the slice from '''start''' to '''end''' removed.
|spec
|spec
|caveats
|caveats

Revision as of 22:11, 29 January 2007