.
.   
NEdit.org
   .

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

Move to next/previous function

[Back]

Next function

set_cursor_pos($cursor + 2)
c = search("^{", $cursor, "forward", "regex")
if (c > $cursor)
  set_cursor_pos( c )
else
  beep()

Previous function
set_cursor_pos($cursor - 2)
c = search("^{", $cursor, "backward", "regex")
if (c < $cursor)
  set_cursor_pos( c )
else
  beep()
[Back]

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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.