On Sat, Nov 8, 2008 at 9:19 AM, nchin <[EMAIL PROTECTED]> wrote:

>
> Also, is there any plan to provide a get method to return the no. of
> parts? Like: -
>  int part = getNumberOfParts(String message);
>

As far as I know, the formula is like this:

if length(string) <= 160 then
   sms_count = 1
else
   sms_count = floor( length(string) / 153 ) + 1
end if

CMIIW

-- 
Best Regards,

Aryo Sanjaya

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib Users 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