304 Appendix A: Function and Instruction Reference
99APPX-A.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM
Printed: 02/07/01 11:23 AM Page 304 of 36
Select(XList,YList)
-vOPS
Selects one or more specific data points from a
Scatter or xyLine stat plot, and updates the lists in
memory as specified by XList and YList.
{1,3,4,5,5,7,8,9}ÜL3 bDone
{1,4,2,3,4,6,7,9}ÜL4 bDone
Select L5,L6 b
Send(variable)
8I/O
Programming command; sends contents of variable
to the CBL 2/CBL System.
PROGRAM:SEND
:{1,2,3,4,5}ÜL1
:Send(L1)
seq(expression,variable,begin,end [,increment])
-vOPS
Returns a list that fulfills the requirements of the five
arguments, which you specify. increment is 1 if not
specified.
seq(X2,X,1,8,2) b
{1 9 25 49}
SetConst(expression,Cn)
-† –or– -|
Programming command equivalent of the Set Constant
editor. expression defines the constant to be recalled,
and Cn is 1, 2, 3, or 4 (for C1, C2, C3, or C4).
PROGRAM:SETCONST
:MultiConst
:SetConst(+2,1)
:SetConst(N4,2)
:SetConst(¦2+3,3)
:SetConst(+3¦2,4)
prgmSETCONST bDone
Select bounds by moving " and !,
and then pressing b.
X
values for selected points are stored in L5;
Y
values for selected points are stored in L6.
All constants are
defined in the Set
Constant editor.