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
Ram Prasad
NA
326
18k
Combining array elements
Jun 30 2020 7:17 AM
I want to combine 2 consecutive elements of the even str array to create another string array with output as shown in example
For example if we have 6 elements in an array like
string
[] str =
new
string
[] {
"a"
,
"b"
,
"c"
,
"d"
,
"e"
,
"1"
}
it will combine in another string array strCombined to show output of {"ab", "cd", "e1"}
Please advise on how this can be done?
Reply
Answers (
5
)
Windows application
Task export on MSProject with error on blank/empty tasks