>> put the long id of field "Test Field" into gField >> set the foregroundColor of the last line of gField to "red" -- works >> put "This is a test" after gField -- fails, puts the text into the var >> >> It seems as if RR cannot tell from context whether it is a variable or a >> reference on the last one. >> >> Is there a way to do what I am trying to do? > > > do "put" && quote & "This is a test" & quote && "after" && gField
An alternate option: put "This is a test" into T do "put T after" && gField 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
