Problem with setting htmlText of field to empty in LiveCode 6.6 RC2

Mark Schonewille m.schonewille at economy-x-talk.com
Wed Mar 19 10:30:34 EDT 2014


Richmond,

That's a matter of interpretation. By "clearing the htmlText" I mean 
"resetting it to "<p></p>".


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi

LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 3/19/2014 15:12, Richmond wrote:
> On 19/03/14 16:09, Mark Schonewille wrote:
>> Hi Tim,
>>
>> Why would you want to do this? To make a field empty, just put empty
>> into the field and if you want you can test that it is empty:
>>
>> put empty into fld 1
>> put (fld 1 is empty) --> true
>>
>> This clears the text, the htmlText,
>
> Not exactly: "put empty into fld 1" still leaves "<p><p/>" in the field,
> OR, at least when one does something like this:
>
> put the htmlText of fld 1 into fld 2
>
> one ends up with "<p><p/>" in fld 2.
>
> Richmond.
>





More information about the use-livecode mailing list