
Originally Posted by
sougata
Hi,
"A,B,C..." all have an ASCII value. For example
"A"=
65 so an iteration like this can help
Code:
For I = 0 to 25
char[I] = I + 65
Next I
P.S. PBP Manual has the ascii chart
As I look at this a year later, I now understand what this snippet does.
"I realise there are likely easier ways to load the ARRAY . . .Baby Steps"
It loads the variable CHAR with the Alphabet,<font color = BLUE> A Belated Thanks, Sougata .</font color>
This response is to point that fact out to anyone new to arrays. Attention Newbies
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks