gmwindows
asked on
Enumerating Strings VB6
Hello,
I need to basically print the alphabet one character at a time.
I use a For Next loop to print the numbers 0-9 and i the code to do the same thing for letters (A-Z)
Does anyone know this code?
If you have any questions feel free to ask.
Thank you
gmWindows
I need to basically print the alphabet one character at a time.
I use a For Next loop to print the numbers 0-9 and i the code to do the same thing for letters (A-Z)
Does anyone know this code?
If you have any questions feel free to ask.
Thank you
gmWindows
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Angellll, I originally tried doing that and I got "Compile Error: Type Mismatch".
sorry, please ignore... you can loop on character data type in .net, but indeed not in vb6.
please take robinu's suggestion
please take robinu's suggestion
Open in new window