Sort the letters of string in alphabetical order: Difference between revisions

Content added Content deleted
Line 1,069: Line 1,069:
next
next
for i = 1 to 255
for i = 32 to 126
c = chars(i)
c = chars(i)
if c then
if c then