Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created January 21, 2022 19:54
Show Gist options
  • Save JoeGlines/3538b0c0121c919fd97fcb0f6c723f9a to your computer and use it in GitHub Desktop.
Save JoeGlines/3538b0c0121c919fd97fcb0f6c723f9a to your computer and use it in GitHub Desktop.
;***********just sort*******************
SQL_UpperCase_Sort:
Clipboard_Backup_Copy_Selected_Text()
Sort, Clipboard, U CL ;sort, case insensitive, remove duplicates
gosub Remove_Blank_Lines
Clipboard := RegExReplace(Clipboard,"m)^[_\s]*|[_\s]*$") ;removes spaces at beginning and end
Source:="Sort, Uppercase, Dedupe and count"
gosub Count_Rows
Clipboard_Paste_and_Restore_Clipboard(Clipboard_Backup)
Max:=""
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment