> On 25 Jan 2017, at 9:53 am, Sannyasin Brahmanathaswami via use-livecode 
> <use-livecode@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
_______________________________________________
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