Set HTMLText and Get Effective HTMLText

Rick Harrison harrison at all-auctions.com
Wed May 18 12:23:22 EDT 2022


This works:

set the HTMLText of field "HTMLTextField1" of this card to URL VarURL


This doesn’t work:

set the HTMLText of VarHTMLText to URL VarURL

(The syntax is accepted fine, but it throws the following error at execution time.)

Chunk: error in object expression



This works:

get the effective HTMLText of field "HTMLTextField1" of this card


This doesn’t work:

get the effective HTMLText of VarHTMLText2

(The syntax is accepted fine, but it throws the following error at execution time.)

Chunk: error in object expression


Why?

Thanks for your insight in advance!

Rick


More information about the use-livecode mailing list