Oct 18, 2005 #1 transparent Programmer Joined Sep 15, 2001 Messages 333 Location GB I want to create a set of treenodes labeled a to z rather than manually create each node, can I iterate A-Z?
I want to create a set of treenodes labeled a to z rather than manually create each node, can I iterate A-Z?
Oct 18, 2005 1 #2 JontyMC Programmer Joined Nov 26, 2001 Messages 1,276 Location GB You could use Convert.ToChar(i) and iterate i from 65 to 90 Jon "I don't regret this, but I both rue and lament it. Upvote 0 Downvote
You could use Convert.ToChar(i) and iterate i from 65 to 90 Jon "I don't regret this, but I both rue and lament it.