Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] if all conditions true... |
From: | flasher |
Date: | Wed, 24 Jan 2001 04:27:31 -0000 |
You've almost got it below:
Flash 4
if (a=1 and b=2 and c=3)
---stuff to do
end if
Flash 5
if (a==1 and b==2 and c==3){
---stuff to do
}
HTH,
John Andrew Morrison
> From: Jason_Schubringaal [dot] org
> Reply-To: "flasher" <flasherlists [dot] chinwag [dot] com>
> Date: Tue, 23 Jan 2001 16:59:58 -0600
> To: flasher from chinwag <flasherlists [dot] chinwag [dot] com>
> Subject: [flasher] if all conditions true...
>
>
>
> Hi. Simple question for you. This should not be as complex as I am making
> it!
>
> What I need to do is have a script detect whether ALL of 10 conditions are
> true
> at the same time (if a=1 and b=2 and c=3....).
>
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]