User Manual
Table Of Contents
- Contents
- Chapter 1 Getting Acquainted — Read This First!
- Chapter 2 Basic Operation
- Chapter 3 Manual Calculations
- Chapter 4 List Function
- Chapter 5 Statistical Graphs and Calculations
- Chapter 6 Programming
- Chapter 7 Spreadsheet
- Chapter 8 Memory Manager
- Chapter 9 System Manager
- Chapter 10 Data Communication
- Chapter 11 Using SD Cards and SDHC Cards
- Appendix

3-38
u To add two rows together
Example To add row 2 to row 3
1(R-OP)4(Rw+)
Specify number of row to be added.
cw
Specify number of row to be added to.
dww
u Row Operations
• { DEL} ... {delete row}
• { INS} ... {insert row}
• { ADD} ... {add row}
u To delete a row
Example To delete row 2
2(ROW)c
1(DEL)
u To insert a row
Example To insert a new row between rows one and two
2(ROW)c
2(INS)
u To add a row
Example To add a new row below row 3
2(ROW)cc
3(ADD)