Highlights:
As a developer in any language, you end up writing a whole lot of IF statements inside Visual Basic and in Boolean tests as well. This great video series will cover all the necessary bases to get you fluent in writing IF statements and all the common uses, along with a discussion on additional branching within your If statements and the multiple conditions (And,Or,Not) you can use when writing expressions, using parenthesis to write even more complex expressions, Highlights:Syntax shortcuts and variations When to use "End If" True vs falseHow to combine conditions using IfConditional requirements of And, OrWith, For Each statements