Hi. How can i declare a range of values for a variable to use in a loop, e.g. letters a to z, numbers 1-9
For example, i want to have a for to loop through $var_a, $var_b and so on.
I can't remember where i saw this.
Thanks, John
[man]ord/man might help --- that and an ASCII chart.... 🙂
Found it. Use range()