Use the following tips to debug a program.
If you really get stuck, set a breakpoint in the subroutine and step through your code. To set the breakpoint, move the cursor to a statement for a start point. Then choose Debug -> Toggle Breakpoint. Press F8 to step through your program. To exit Debug choose Debug -> Clear All Breakpoints. Then choose Run -> Reset.
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-Questions