checking multiple attributes at once
dixondonald
Member Posts: 33
EDIT: Problem solved.
This is probably really simple, but anyways...
How do you check more than once attribute at once? For instance, if attribute1=1 AND attribute2=1 AND attribute3=1 then attribute4=1.
You can put one inside the other like if attribute1=1 then check attribute2, but I want to do them both at the same time, regardless of the first attributes value. If you check the first attribute and it is not the value you are looking for, it won't even go on to check the next, so I need to check them all at once.
I don't know if I am explaining this well or not, but hopefully someone can clear this up for me. I did searches and couldn't find what I was looking for. I'm probably going to feel a little dumb when someone tells me and it's super easy, but ah well.
Thanks
This is probably really simple, but anyways...
How do you check more than once attribute at once? For instance, if attribute1=1 AND attribute2=1 AND attribute3=1 then attribute4=1.
You can put one inside the other like if attribute1=1 then check attribute2, but I want to do them both at the same time, regardless of the first attributes value. If you check the first attribute and it is not the value you are looking for, it won't even go on to check the next, so I need to check them all at once.
I don't know if I am explaining this well or not, but hopefully someone can clear this up for me. I did searches and couldn't find what I was looking for. I'm probably going to feel a little dumb when someone tells me and it's super easy, but ah well.
Thanks
Comments