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 <[email protected]> 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 > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
