I'm doing a pascal code where one of my arrays has alphabet values (A to Z) for a personal project of type Questions and Answers / Meanings from A to Z :
>aux[1]:= 'a';
aux[2]:= 'b';
aux[3]:= 'c';
...
aux[24]:= 'x';
aux[25]:= 'y';
aux[26]:= 'z';
It was fast, but for a moment I found it annoying to have to type them, so I thought:
"" "" "" p>Something like:
Alfa:Array [ a..z] of 'variavel alfabetica'
Maybe some programs might include some kind of library or function, I do not know, and I could use a counter with Alphabetical sequence instead of numeric