Programming Sequence
The structure of a datalogger program requires that variables, data tables, and subroutines be declared before they can be used. The best way to do this is to put all the variable declarations and output table definitions at the beginning, followed by the subroutines, and then the program. Below is the typical layout of a program. Note that the CRBasic online help has example code for each instruction to demonstrate the use of the instruction in a program.