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
Dave
NA
48
24k
Created an array several times in a loop!
Jan 8 2014 3:38 PM
Hi,
Very strange, this code works:
for (int i = 0; i < nItems; i++)
{
string[] parts = items[i].Split('\t');
......
}
It looks the same string array "parts" is created nItems times but without any error, or C# clever enough to created only onece?
Reply
Answers (
5
)
need help with embedded database and C#
Learning C # for Selenium automation