Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / March 2008

Tip: Looking for answers? Try searching our database.

String handling in VB.NET

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
deepak - 24 Mar 2008 09:07 GMT
Hi All,

 I have a string which can have ONLY ONE mobile number or multiple mobile
numbers(seperated by semi colon).

dim str as string = "+919886735837;+919820444818;+919916302180"

OR in this below format

dim str as string =""+919886735837"

depending upon the user who is using the interface and will fill this
textbox on the interface.

I need to handle the below message in the vb.net code.(this have mutiple
mobile numbers so i need to make the no. of messages equal to the count of
mobile numbers

e.g.this message
********************************************************************
<SXPSMSInformation
Destination="India_SMS"><Engineers><Engineer><CellNumber>+919886735837;+919820444818;+919886894326;+919886573423</CellNumber></Engineer></Engineers><Task><EquipmentType><Name>BSC</Name></EquipmentType><NOCRefID>Deepak_0324_1</NOCRefID><Priority>1</Priority><Site>BSC
_PB_BSC1_ BTS CHD190</Site><Status><Name>Dispatched</Name></Status><Title>The
work order
title</Title></Task><Assignment><Start>2008-03-24T11:45:00</Start></Assignment></SXPSMSInformation>
*****************************************************************

should be broken into 4 similar messages (each having single mobile numbers)

like (4 messages shown below)
**************************************************************************
<SXPSMSInformation
Destination="India_SMS"><Engineers><Engineer><CellNumber>+919886735837</CellNumber></Engineer></Engineers><Task><EquipmentType><Name>BSC</Name></EquipmentType><NOCRefID>Deepak_0324_1</NOCRefID><Priority>1</Priority><Site>BSC
_PB_BSC1_ BTS CHD190</Site><Status><Name>Dispatched</Name></Status><Title>The
work order
title</Title></Task><Assignment><Start>2008-03-24T11:45:00</Start></Assignment></SXPSMSInformation>

<SXPSMSInformation
Destination="India_SMS"><Engineers><Engineer><CellNumber>+919820444818</CellNumber></Engineer></Engineers><Task><EquipmentType><Name>BSC</Name></EquipmentType><NOCRefID>Deepak_0324_1</NOCRefID><Priority>1</Priority><Site>BSC
_PB_BSC1_ BTS CHD190</Site><Status><Name>Dispatched</Name></Status><Title>The
work order
title</Title></Task><Assignment><Start>2008-03-24T11:45:00</Start></Assignment></SXPSMSInformation>

<SXPSMSInformation
Destination="India_SMS"><Engineers><Engineer><CellNumber>+919886894326</CellNumber></Engineer></Engineers><Task><EquipmentType><Name>BSC</Name></EquipmentType><NOCRefID>Deepak_0324_1</NOCRefID><Priority>1</Priority><Site>BSC
_PB_BSC1_ BTS CHD190</Site><Status><Name>Dispatched</Name></Status><Title>The
work order
title</Title></Task><Assignment><Start>2008-03-24T11:45:00</Start></Assignment></SXPSMSInformation>

<SXPSMSInformation
Destination="India_SMS"><Engineers><Engineer><CellNumber>+919886573423</CellNumber></Engineer></Engineers><Task><EquipmentType><Name>BSC</Name></EquipmentType><NOCRefID>Deepak_0324_1</NOCRefID><Priority>1</Priority><Site>BSC
_PB_BSC1_ BTS CHD190</Site><Status><Name>Dispatched</Name></Status><Title>The
work order
title</Title></Task><Assignment><Start>2008-03-24T11:45:00</Start></Assignment></SXPSMSInformation>

*************************************************************************

Also, validation check should be added like e.g. user did not added the
semicolon  or + sign (befor the number) in the interface etc.

I want to handle the count of mobile numbers based on the semicolon(not on
'+' sign as user can entre 00 instead of '+' sign)

Kindly help me .

Thanks,
Deepak
kr_deepak123@hotmail.com
Just Me - 24 Mar 2008 09:17 GMT
This will return an array of numbers split by the ';'

str.Split(";")

> Hi All,
>
[quoted text clipped - 70 lines]
> Deepak
> kr_deepak123@hotmail.com

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.