.
.   
NEdit.org
   .

Home
 - News - Download - Documentation - Search - FTP     
.
.
  

Run sort

[Back]

if ($selection_start == -1)
  select_all()

selection = get_selection()

column = string_dialog("Sort column:")

if (column != -1) {
  sorted = shell_command("sort -k " column, selection)
  replace_selection(sorted)
}
[Back]

. Released on  Wed, 21 Nov 2001  by C. Denat  

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.