@trillbilly said in Button return opposite value for popup:
@d-healey Well I'll be a son of a gun...
Thank you
or for those times where you are not using logical operators
DelayBlackoutimg.showControl(1 - value);or you want the result to filp between 1 and minus 1:
myVal = (value*2)-1;