Wyo VB - Ch. 5 Notes

Objective #1: Manipulate strings.

Objective #2: Use the string comparison operators (=, <, and >) and the StrComp(str1, str2, n) function.

Objective #3: Use the UCase, LCase, and Trim functions appropriately.

Objective #4: Use the Left, Right, and Mid string functions to return a selected portions of a string.

Objective #5: Use For/Next loops.

Objective #6: Use Do/While loops.

Objective #7: Keep running totals and count sequences of statements.