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
vedran
NA
16
0
String manipulation in arrays
May 25 2010 4:13 AM
Hello,
I was wondering how to solve this small problem.
I have string
string test = "hello";
string delim = ",";
I want to insert a "," between every letter in my string, so the end result will be:
h,e,l,l,o,
I tried using arrays, but every time I hit a brick wall.
I tried setting length of the array with;
string[] jao = new string[test.Length];
and that works.
I know that somehow I need to fill that array with test string. and insert delim in it.
Can someone please help me with this issue?
Thank you so much.
Reply
Answers (
2
)
import data from datagrid view to ms access database table
who change the background color of a list box ?