Serial Input into a Char array

Hi, Can anyone help me? I'm looking to write some code where you wait for an input through the serial, and then put that input into a char array.

Any help would be awesome

-drew

take a look here
and put the incomingbytes into an character array.

The demos here and here may help

...R