Difference between revisions of "Template:LSL Function/negative index/single"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{#if:
{{#if:
{{#vardefine:spec|{{#var:spec}}
{{{!}} {{Prettytable|style=float:left;}}
{{!}}-{{Hl2}}
! Index
! Positive
! Negative
{{!}}-
{{!}} First
{{!}} 0
{{!}} -length
{{!}}-
{{!}} Last
{{!}} length - 1
{{!}} -1
{{!}}}
=== Indexes ===
<div style="display:table;">
<div style="display:block;">
*Positive indexes count from the beginning, the first item being indexed as '''0''', the last as '''(length - 1)'''.
*Negative indexes count from the far end, the first item being indexed as '''-length''', the last as '''-1'''.
</div>
</div>
}}


{{#vardefine:caveats|{{#var:caveats}}
{{#vardefine:caveats|{{#var:caveats}}

Revision as of 17:07, 17 April 2009

#var value
p_index_desc
spec
notes
caveats
  • If {{{1}}} is out of bounds the script continues to execute without an error message.