Recently, Steve Gehlbach wrote: >> Does this work?: >> >> put "This is a test" after the text of gField >> > > no, but > > set the text of gField to "This is a test" > > works. However, I want to add lines to the field, so I can't find a way > to do the "after" part.
set the text of gField to (the text of fld gField && "This is a test") Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
