J
John E.
I cannot seem to find the equivilant of assigning a range to an array in c#.
In other languages you can do something like:
@myArray = ("a" .. "z");
or something to that effect. Thus creating an array with 26 indexes from
'a' through 'z'. How is this possible in C#? I *really* don't want to have
to type in all the characters independently for each of my different
character validators.
Any assistance is greatly appreciated.
TIA
-John
In other languages you can do something like:
@myArray = ("a" .. "z");
or something to that effect. Thus creating an array with 26 indexes from
'a' through 'z'. How is this possible in C#? I *really* don't want to have
to type in all the characters independently for each of my different
character validators.
Any assistance is greatly appreciated.
TIA
-John