I'm trying to create a subroutine that can read the entire alphabet from A to Z and save / display letters read in duplicate (AA, BB, CC, ...) in VB6
but it still did not work.
My attempt:
Do while alfa <> z
alfa = alfa + a
lstalfabeto.additem alfa
Loop