Difference between revisions of "Arrays (Papyrus)"

1 byte added ,  21:43, 17 June 2016
m
no edit summary
imported>Qazaaq
imported>Qazaaq
m
Line 1: Line 1:
=Description=
=Description=


Arrays are special kinds of variables that can hold more then one value of the same type. You select which value you want via a numerical index that ranges from zero to the length of the array, minus one. More information on arrays can be found at the [[Array_Reference]]
Arrays are special kinds of variables that can hold more then one value of the same type. You select which value you want via a numerical index that ranges from zero to the length of the array, minus one. More information on arrays can be found on the [[Array Reference]].


=Declaring Arrays=
=Declaring Arrays=
Anonymous user