Chapter 2. General Development
In this chapter, we will learn the following:
Displaying the progress bar and data in process
Repeating code using a loop
Checking for conditions using an
IF
statementUsing the
CASE
statement to test multiple conditionsRounding decimal values
Creating functions
Passing parameters by reference
Referencing dynamic tables and fields
Using recursion