http://www.piclist.com/techref/idea/website/Techref.htm Modified by:JMN-EFP-786 jamesnewton@efplus.com preview-to: to convert HTML to plain text... or at least strip out all the tags...
join(filter(split(replace(strFile,"<","><"),">"),"<",false),"") http://204.210.50.240/techref/idea/website/Techref.htm Modified by:JMN-EFP-786 jamesnewton@efplus.com preview-to: Add a new action to the update script: "addunder" which has a "heading" parameter. Basically, you do a search (for the heading) and replace (with the heading and the text)

to make a form where part of the text is hidden, use two fields with the same name and recombine them in the script. http://204.210.50.240/techref/idea/website/Techref.htm Modified by:JMN-EFP-786 jamesnewton@efplus.com preview-to: http://www.cs.sunysb.edu/~algorith/files/longest-common-substring.shtml http://www.cs.sunysb.edu/~algorith/files/longest-common-substring.shtml