.
.   
NEdit.org
   .

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

Swap two words

[Back]

This is a small macro for swapping two words. Simply highlight the first word, and this macro will swap it with the next, i.e. first second will become second first.

cut_clipboard()
delete_next_character()
forward_word()
paste_clipboard()
insert_string(" ")
It's very rudimentary, and assumes the words are separated by a space. But it works.

[Back]


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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.