Operation Manual
Lists 11-7
8211LIST.DOC TI-82, Chapter 11, English Bob Fedorisko Revised: 02/09/01 12:25 PM Printed: 02/09/01
12:38 PM Page 7 of 10
Accessing List Dimensions with dim
dim
(dimension) returns the length (number of elements) of
list
.
dim
list
Creating a List with dim
dim
is used with
¿
to create new
listname
with dimension
length
. The
elements are zeros.
length
!
dim
listname
Redimensioning a List with dim
dim
is used with
¿
to redimension existing
listname
to dimension
length
.
¦
The elements in the old
listname
that are within the new dimension are
not changed.
¦
Any additional elements that are created are zeros.
length
!
dim
listname