Water level meter

I built a water level meter from this webpage: Water level meter with lcd .
When I tried to upload the code I got an error. (picture attachmented)
Please help me with the code!

Levente

You probably need an array :wink:
newChar[ i ]

(deleted)

You can't have two variables with the same name at the same scope, either.

Thanks for every body!