Hi friends,
I want to extract data from address for example flat no, floor no, city, etc. e.g. (OFFICE 107 1ST FLOOREVACUEE TRUST COMPLEX F-5/1ISLAMABAD) Like in this address we have to extract Office no, Floor(note that floor is attached to VACUEE TRUST COMPLEX) Sector, and city....
Regards
Zeb
Loading
Zeb RehmanPosted Dec 10, 2011, 3:24 AM
e.g.
string s = sectorf-5;
if (s == "f-5")
{
sec = f-5;
}
Dharmesh SharmaPosted Dec 10, 2011, 2:50 AM
in this string you need to more extra stuff related to substring function
best of luck
thanks