> Hi guys,
> 
> i feel foolish now:
> 
> I want to do more than 1 opperation in an if...then 
> statement, for ex.:
> if x < 0 then a = "green", z=z+1 end if
> 
> this fails on the , (expected end of statement)
> 
> Any idea how i can get this to work?

use AND
then a="green" and z=z+1


Alexander

---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to