|
-
Nov 4th, 1999, 07:58 AM
#3
Junior Member
Use OR keyword.
If something = "BLAH" or something = "MORE BLAH" Then
do something.
End if
If you can multiple different cases you want to check you can also user Select Case.
SELECT CASE richtextbox1.txt
CASE 1
do something
CASE 2
do something
CASE 6,7,8,9
do something
END SELECT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|