Small point in the TEXT() you have %X
and ask what %X should be to print a bool.
well %X will print a bool as %X is print an int in hex (upper case)
Probably meant X as a placeholder, so it should read %<X>
or something
Small point in the TEXT() you have %X
and ask what %X should be to print a bool.
well %X will print a bool as %X is print an int in hex (upper case)
Probably meant X as a placeholder, so it should read %<X>
or something