Hi,

Are you on the .NET platform?

The array is actually an array of "InboundMessage" objects. The number
you want is in the latter object. Just cast and access.

The best thing to do if you want just the new messages is to delete
the processed messages after you have processed them. This way, the
list will always contain just the new messages.

On Apr 28, 11:49 pm, iliali16 <[email protected]> wrote:
> Hi I have this problem now: I am trying to get only one message from
> the array list and parse the text. The problem is that the messages
> when read come in an array list. I need to be able to actually get the
> last message received and return the text of the message to some
> variable for example. I need also the number from which the message
> was received because I would like to use that number to send another
> message to it. Thanks for the help if someone can actually help and
> thanks to Thanasis because he is always there to help!!!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to