Manual

456 Lists
4. When you have finished entering the elements, press
E
. The list is added to History (with any
expressions among the elements evaluated).
To store a list You can store a list in a variable. You can do this
before the list is added to History, or you can copy it
from History. When you’ve entered a list in the entry
line or copied it from History to the entry line, tap
, enter a name for the list and press
E.
The reserved list variable names available to you are
L0 through L9; however, you can create a list
variable name of your own as well.
For example, to store
the list {25,147,8} in
L7:
1. Create the list on the
entry line.
2. Press
> to move the
cursor outside the
list.
3. Tap .
4. Enter the name:
Aj7
5. Complete the operation:
E.
To display a list To display a list in Home view, type its name and
pressE.
If the list is empty, a pair of empty braces is returned.
To display one
element
To display one element of a list in Home view, enter
listname (element#). For example, if L6 is {3,4,5,6}, then
L6(2)
E
returns 4.
To store one
element
To store a value in one element of a list in Home view,
enter value listname (element#). For example, to
store 148 as the second element in L2, type
148 L2(2)
E
.