86
List Function Chapter 6
uu
uu
uTo replace all cell values with the same value (Fill)
K 1 (LIST) 4 (Fill) <value> , 1 (List) <list number 1-6> ) w
Example To replace all values in List 1 (36, 16, 58, 46, 56) with 3
AK1(LIST)4(Fill)
d,1(List)b)w
The following shows the new contents of List 1.
uu
uu
uTo generate a sequence of numbers (Seq)
K 1 (LIST) [1 (Seq) <expression> , <variable name> ,
<start value> , <end value> , <pitch> ) w
• The result of this operation is also stored in Ans Memory.
Example To input the number sequence 1
2
, 6
2
, 11
2
into a list
Use the following settings.
Variable: x
Starting value: 1
Ending value: 11
Pitch: 5
AK1(LIST)[1(Seq)
Tx,T,b,bb,f)
w
Specifying an ending value of 12, 13, 14, or 15 produces the same result as shown
above, because all of them are less than the value produced by the next increment (16).
The resulting sequence is input into Ans Memory.