Re: How do I examine a variables content and perform if then fuunctions?
- From: "Sean M. Loftus" <sean(remove me)@loftus.org>
- Date: Mon, 19 Dec 2005 18:28:16 -0500
That did the trick, I was referring to them improperly...
Thanks a ton!
Sean
"rickety" <ricklugg@xxxxxxxxx> wrote in message
news:1135025954.777828.154200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I think your conditions should be ....
>
> If testCODE = "CN" or testCODE = "DC" or testCODE = "DE"
>
> The OR is an operator that can combine two conditions. You have treated
> "DC" or "DE" as conditions. In my version of the script host your lines
> give an error.
>
.
- References:
- How do I examine a variables content and perform if then fuunctions?
- From: Sean M. Loftus
- Re: How do I examine a variables content and perform if then fuunctions?
- From: rickety
- How do I examine a variables content and perform if then fuunctions?
- Prev by Date: Re: Dim variable as boolean
- Next by Date: Re: Opening New Window
- Previous by thread: Re: How do I examine a variables content and perform if then fuunctions?
- Next by thread: Re: How do I examine a variables content and perform if then fuunctions?
- Index(es):
Relevant Pages
|