Thanks I managed on my own and now everything seems to be working smoothly. Thanks again!
On Apr 29, 2:39 pm, Thanasis <[email protected]> wrote: > 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!!!!- Hide quoted text > > - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
