LCD Help.

HELP!!!!!

I can't figure this out.

Here is what I want it to do:

if Serial.available is > 1, then save data to a val called test until Serial.available = < 1 .
if Serial.available is < 1, then do nothing.

How do I this???????

I just don't know how to save data to a val.

Sorry for all the questions, but this is my first time in C/C++.

Thank you for all your help!