.
.   
NEdit.org
   .

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

Convert text to HTML list

[Back]

Requires selection

d = dialog("List type:", "Bulleted", "Numbered")
replace_in_selection ("(^.*$)", "    <LI>&", "regex")
selection = get_selection()
if (d == 1)
   replace_selection("<UL>\n" selection "</UL>")
else
   replace_selection("<OL>\n" selection "</OL>")
deselect_all()
[Back]

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

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.