Good afternoon everyone.
I have a simple assignment statement:
var=((5*67)+!50)
My problem is understanding the ! (NOT). If something is not 50, it is false, which returns a value of 0. I would calculate var=335. Is this correct? I know the !50 is a logical operation, which I read as returning TRUE or False. My difficulty is converting that T/F return value (0 or 1) and using it as part of an arithmetic calculation. Is there some place I can read up on this to help grasp the concept?
Thanks for your help



LinkBack URL
About LinkBacks


