filter list
Jim Ault
JimAultWins at yahoo.com
Wed Mar 8 14:54:44 EST 2006
set the htmlText of field "Text" to myHTML & cr
On 3/8/06 11:51 AM, "liamlambert" <liamlambert at mac.com> wrote:
> I find my self answering my own question here
> I thought I would remove what I did not need and replace with a tab
> so I could
> use it in a dataBase this works but how do I put a return after the
> last entry
>
> on mouseUp
> FilterText
> end mouseUp
>
> on FilterText
> put the htmlText of field "Text" into myHTML
> replace "<p>" with empty in myHTML
> replace "</p>" with empty in myHTML
> replace "Name:" with tab in myHtml
> replace "Roll Number:" with tab in myHtml
> replace "Address:" with tab in myHtml
> replace "Principal/Director:" with tab in myHtml
> replace "Phone:" with tab in myHtml
> replace "Fax:" with tab in myHtml
> replace "Email:" with tab in myHtml
> replace "Website:" with tab in myHtml
> replace "Female Enrolment:" with tab in myHtml
> replace "Male Enrolment:" with tab in myHtml
> replace "Type:" with tab in myHtml
> set the htmlText of field "Text" to myHTML
> end FilterText
>
> Liam Lambert
> liamlambert at mac.com
> IRELAND
>
>
More information about the use-livecode
mailing list