Clearing the font of field contents

Mike Bonner bonnmike at gmail.com
Sat Dec 27 12:03:34 EST 2014


You're trying to set the property of a proprety.  "the text of fld..." is a
property, so if you just do "set the textfont of word 1 to -1 of field i to
empty, I think it should work.

On Sat, Dec 27, 2014 at 9:50 AM, Dr. Hawkins <dochawk at gmail.com> wrote:

> I am having trouble clearing the textfont of the contents of field.
>
> I have tried
>
>          set the textFont of word 1 to -1 of  the text of fld i to empty
>
> and
>
>          set the textFont of word 1 to -1 of  the text of fld i to empty
>
> but both generate errors.
>
> I want to set the font by field after pasting it in from external sources
> (pasting is already done)
>
> What am I missing?
>
> Thanks
> --
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list