I'm new to kix can anyone help me with this little code. below is an example.

$CountVal = 30
For $Counter = 1 to $CountVal
? $Counter
EndIf
Next

but I want this code to count in letter fomat

counting from A, b, c, d, e, f, g, etc etc all the way to Z.

TIA