Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort data in txt file by date and time
#5
Kevin,

Using the clipboard instead of writing to files works with sorting text alphabetically but only if text is all lowercase or all capitalized. Is there any way to make it ignore case? I.e.:

Before:
Elza
buddy
mother
child

After:
buddy
child
Elza
mother

Macro clipboard
Code:
Copy      Help
str s.getclip
ARRAY(str) a=s
a.sort
s=a
s.setclip


Messages In This Thread
Sort data in txt file by date and time - by asgro - 04-26-2019, 01:20 PM
RE: Sort data in txt file by date and time - by InterestedNewbie - 04-29-2019, 10:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)