urgent please help sending and receiveing of string data using IR communication

we are using 2 arduinos and have uploaded IR communication codes in them transmitter code in one and receiver code in other...we could transmitt integer values and single characters to the receiver succefully...we have placed LCD at the sender side and the receiver side to display the output.our problem is that we cannot send strings.how canwe do it?how can we read the string into an array and sent it ??plz help..... its very urgent ...

someone please help its very urgent

why is it so urgent? School project?

Can you tell more about the sensors used, the schematics and the code so far?

strings are typically send one char at the time.

Bumping a thread after 20 minutes is not the way to win friends.

our problem is that we cannot send strings.

Why not? Or, is the problem that you don't know how to receive strings?

In any case, we can't tell you how to fix your code without seeing your code.