So when it comes to boolean logic the biggest mistake (IMO) that I've been seening be made in autoit is people thinking numbers 0 and 1 are the same as boolean values True and False. A very easy assumption to make (guilty myself), but it is extreamly wrong. Autoit only has two boolean values, True and False. 0 and 1 are NUMBERS that cannot be treated as a boolean. We can check if that number is logically equal to True or False, but not use those numbers to see if other datatypes are logically Tr