Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
.NET Programming Fundamentals • Chapter 5 181
"a1a" Like "a#a" 'Expression is True
"abcdefga" Like "a[a-z]a" 'Expression is False
"aba" Like "a[a-z]a" 'Expression is True
"aba" Like "a[!a-z]a" 'Expression is False
"aBa" Like "a[!a-z]a" 'Expression is True
Sometimes a single expression in an If…Then…Else statement is not
enough.You can use multiple expressions to create a single True or False value for
an If…Then…Else statement.You can use the logical operators to create com-
pound expressions that, as a whole, returns a single Boolean value.Table 5.4 lists
the logical operators.
Table 5.4
Logical Operators
Logical
Operator Function
And Both expressions must ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480