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
Johannes Thorleiksson
NA
1
0
Changing functions name in aloop
Jul 3 2009 5:54 AM
Hello
I am writing an algorithm that analyzes a database of electirc lines and puts them into a tree. I am told that i wont be able to change the nodes name in my loop like this.
while
(l != 5)
{
SimpleTreeNode
<
string
> k[l] = k[l-1].Children.Add(temp2[1]);
l++;
}
So for example we would get second assigned to first and third assigned to third. Any thoughts of how i am able to do that.
Johannes
Reply
Answers (
0
)
Compiling assembly with CodeDomProvider --> FindAll Method with predicate
Hanlding temp files while using FileSystemWatcher