i wrote this post because sometimes i need to have a list in alphabetical order and this gives me what i want:

abcdefghijklmnopqrstuvwxyz
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
its very useful for me because i do web design and computer programming so it helps when i am doing loops

but just in case you also need upper case list here it is:

ABCDEFGHIJKLMNOPQRSTUVWXYZ
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z