The Char datatype isn't as wieldly as I thought it would be in C#.
How can I write some simple code similar to this:

for (char Letter = 'a'; Letter <= 'z'; Letter++)
  Debug.Write(Letter.ToString());

It's the part of incrementing the char, that I can't figure out.

Any pointers are much appreciated,

Thanks.

Richard Rogers
http://www.RichardRogers.ca/
(MSN) [EMAIL PROTECTED]

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to