Increment an "alphabetic" counter!? …
Hi Scripters,
I'm really perplexed with this!
// ..................................
var myCounter = 1;
for ( .............. ) {
// ..................................
myCounter++
}
How play with an "alphabetic" counter!
Here, my counter begins to "1", then jump to "2", then to "3" …!
… But I'm trying to get: "a", then "b", then "c", …!
So, perplexed! ![]()
Thanks for help!
(^/)