Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I have developed application to send and receive SMS thru huawei modem, its working fine if i receive message of 160 character but if i receive more then 160 character SMS then how can we merge those two or three multipart SMS in to one so that user can have full data at once not in part.

Plz reply ASAP

Thanks in Advance...
Posted
Comments
Mario Majčica 22-Aug-12 8:52am    
We do not have a magic ball, how can we help you if you do not supply any code or example? Should we try to guess how your code is working? Or you do not know how to create a string from multiple strings???

1 solution

Dear Axay,

We do not have a magic ball, how can we help you if you do not supply any code or example? Should we try to guess how your code is working? Or you do not know how to create a string from multiple strings???

If that is what you are trying to achieve here is a sample:

String.Join(String.Empty, messagesArray);


It is not the most performant way but it will work.


Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900