bug or feature

J. Landman Gay jacque at hyperactivesw.com
Sat Aug 30 20:44:01 EDT 2003


Steve Gehlbach wrote:

 > 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
 >
...
 > Is there a way to do what I am trying to do?

Scott gave you a couple of good ways. Another one, using the short form 
of the ID, is:

put the ID of fld "Test Field" into gField
set the foregroundColor of the last line of fld ID gField to "red"
put "This is a test" after fld ID gField

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list