I have a webpage that displays a half dozen boolean logic results.
All these booleans are defined identically and setup with an initial
value of 'false' or 'true.'
When the values are displayed on the webpage some have a value of '0' or '1'
and some show a value of 'True' or 'False.'
Is this difference because some of the values have not yet been acted upon by the code
and at that point will change over?
4 posts - 3 participants