Meme detail
About this meme
Text detected in the image
Lynnesbian 15h ago .. + @lynnesbian@fedi.lynnesbian.space m sometimes when i feel my code has too many confusing states, i like to stop, take a deep breath, and open the MSDN page for the MsoTrioState enum. MsoTrioState is "a tri-state Boolean value". it has five possible values. only two of them are supported. the only supported values are true and false. Fields :Expand table Name Value Description msoTriStateToggle -3 Not supported. msoTriStateMixed -2 Not supported. msoTrue -1 True. msoFalse 0 False. msoCTrue 1 Not supported. learn.microsoft.com MsoTriState Enum Microsoft Learn (Microsoft.Office.Core) Specifies a tri-state Boolean value. 1