B
Brian Mitchell
Is there an easy way to flip the value of a boolean variable without first
seeing what it's set to?
seeing what it's set to?
Howard Kaikow said:dim x as Boolean
x = not x ' Flip value of x
* "Brian Mitchell said:Is there an easy way to flip the value of a boolean variable without first
seeing what it's set to?
Brian Mitchell said:Is there an easy way to flip the value of a boolean variable without
first seeing what it's set to?