I think I've found a printing error not currently in the errata.
In the Try It Out, starting on P216, the variable allText is not actually defined anywhere. I think the definition
Code:
Dim allText as String
should be within the
statement
Anyone (dis)agree?