Template:LSL Function/negative index/range
< Template:LSL Function | negative index
Jump to navigation
Jump to search
Revision as of 14:04, 17 April 2009 by Strife Onizuka (talk | contribs) (Undo revision 323193 by Strife Onizuka (Talk) i thought it worked but it didn't)
#var | value | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
p_start_desc | start index | |||||||||
p_end_desc | end index | |||||||||
spec |
The easiest way to work with negative indexes is to think of them in positive index form.
Positive indexes past the length (after the last index), or negative indexes past the beginning (before the first index) are valid. The effects are predictable, the entries are treated as if they were there but were removed just before output. See negative indexes for more information. |