> There are at least two ways to handle this:
> 1. create your own class to handle the 1/0 to true/false mapping
> 2. provide a toString() method for the boolean value in a class
I like the toString() method approach. Good call.
> So, let's play with the code a bit...
Great example! Thank you so much for your help.