Hi Rick,

> Am 18.05.2022 um 18:23 schrieb Rick Harrison via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> 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

HTMLTEXT is a property of FIELDS, variables do not have this!
Presumed VarHTMLText is a variable.


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


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

Reply via email to