• Lowell (6/4/2013)


    dawidajm (6/4/2013)


    It is a boolean so I would imagine this is then evalutating IsState.Value <> False?

    i believe under the covers , false is zero, and true is anything not zero, right? so there;s some implicit conversions going on to get it to fit into a boolean datatype.

    False is zero and true is 1. I don't think it can be anything outside of 1 and still evaluate to true.