Serial Monitor

BlueLoneWolf:
Hello Everyone, so i'm working with an arduino UNO and a 16x2 LCD with a push button shield, im using the serial monitor to see the button's states, but what id like to do is to print in vertical the values, right now the serial monitor prints the value in horizontal, any way to make it print in vertical on the screen?

Dude, you just need println() function and violá.
By the way, print() is the same function but println() prints the value and then goes the line below.