I am wondering is it possable to check what the values of a structure are with if statements? I have a strcuture that has three different values in it, and I would like to check each one individually if possable. When I try to do it with what I thought the if statement should be, I am getting an incompatability issue with type. I want to do some simple value checking to ensure that the values in the structure meet my requirement. But perhaps I am thinking about doing this the wrong way. Can someone shed some light on this?

Thanks much,
DD