Use the following tips to debug a program.
If you really get stuck, set a breakpoint in the subroutine and step through your code using the icons. To set the breakpoint, move the cursor to a statement for a start point. Then choose Debug -> Breakpoint On/Off. Press Step Into to step through your program. To exit Debug choose Step Out. To step through the program from the beginning choose Step Over.
Table of Contents
Ch1-Introduction
Ch2-Loops
Ch3-If Statements
Ch4-Functions
Ch5-Subs & Functions
Ch6-Read & Write
Ch7-Operators
Ch8-Built-in Functions
Ch9-Built-in Examples
Ch10-Debugging
Ch11-Running Subs
Ch12-Sample Programs
Ch13-WS Formulas
Ch14-WS Functions
Ch15-Calc Help Page