27-03-2009, 07:39 PM
Most of the checks we do are If Byte = 1 Or Byte = 0...those need to be Boolean = True or Boolean = False.
There's a small downside, Booleans take more memory than Bytes. Not that much more, but it's still considered a down side. Speed over memory usage.
There's a small downside, Booleans take more memory than Bytes. Not that much more, but it's still considered a down side. Speed over memory usage.