TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
omid_ghavami
NA
1
0
Searching an array of strings for one Char
May 31 2004 10:54 PM
Hi All I have a problem where i want to search and replece a char in an array of strings eg: "ABB GRAIN ","LVL 7, 3,10 KING ST ","MELBOURNE Now what i want to do is strip the comma after the 7 and 3 and replace it with a tilda but i want to do this for every string in the array where ever it finds a comma between double quotes. I know i am on the right track but have lost my way, any help would be gratefully recieved. My code is below List is the Array of strings Regards very Newbee int i=0; int count = 0; ArrayList pos_list= new ArrayList(); while (i
Reply
Answers (
1
)
Xtra Report
External processes in VB.NET