.
.   
NEdit.org
   .

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

Preserve cursor position after running expand

[Back]

l=$line
c=$column
shell_menu_command("expand")
goto_line_number(l)
beginning_of_line()
while(c>0)
{
   c=c-1
   forward_character()
}
[Back]

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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.