Quote Originally Posted by Nice marmite View Post
Is 00000001 always the off data?
0x00000000 = NULL (aka FALSE)
0x00000001 = TRUE (bool)
0x00000002 = FALSE (bool)