Reading a txt file from a server

What I like to do is:

  Serial.print("pageValue = [");
  Serial.print(pageValue);
  Serial.println("]");

This way, the value is in delimiters, so I can see where it actually starts and ends, and is preceded by an identifier that defines what variable contains the value. No ambiguity at all.

Can you get ANYTHING to display on the LCD?