Storing and object reference in a var

Monte Goulding monte at appisle.net
Tue Jan 24 17:57:17 EST 2017


> On 25 Jan 2017, at 9:53 am, Sannyasin Brahmanathaswami via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> put the long id of fld "daily-lesson-text" into tTargetField
> put "Hello" into tTargetField
> 
> what am I doing wrong?

You are writing ambiguous code and the engine can’t read your mind ;-)

Try:

set the text of tTargetField to “Hello”

Cheers

Monte


More information about the use-livecode mailing list