Template:LSL Function/list/element

From Second Life Wiki
Jump to navigation Jump to search
#var value
p_none_desc List containing the element of interest.
p_none__desc Index of the element of interest.
header_footnote

none_ supports negative indexes.

spec
Index Positive Negative
First 0 -length
Last length - 1 -1

Indexes

  • 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.
constants_nb
also_articles
•  Negative Index