set the htmlText of field "Text" to myHTML & cr

On 3/8/06 11:51 AM, "liamlambert" <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]
> IRELAND
> 
> 


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to