Your indent is wrong :-(
try indenting MyValue = true
THe way you have it, it will always set evaluate each statement - you need to indent to tell it which belongs in the if statement
Your indent is wrong :-(
try indenting MyValue = true
THe way you have it, it will always set evaluate each statement - you need to indent to tell it which belongs in the if statement