Major topics covered in this class:
- Variables
- Arrays
- Select Case Statement
- More Loops
- Subroutines & Functions
- Typecasting
- Date & Time Functions
In this class you will learn about variables
and arrays, which are critical for storing information in the
computer's memory. You will learn about the Select Case statement
as a useful alternative to If / Then statements. You will also
learn several different types of loops including the While
loop and Do Until loop. You will learn about the For Each
loop.

You will learn how to create your own
subroutines and functions, to minimize repeated code in your
scripts. You will learn about variable typecasting to convert
between data types. Finally, you will learn how to work with date and
time functions - to figure the difference between two dates, and how
to add dates and times (what date is it 3 months from now, for example).

There aren't a lot of interesting screen shots to
show you from this class because it's mostly just programming code, but
this class is over 70 minutes long, and there's a lot of solid ASP
material in it. |