bug or feature
Mark Brownell
gizmotron at earthlink.net
Sat Aug 30 18:43:01 EDT 2003
On Saturday, August 30, 2003, at 04:27 PM, Steve Gehlbach wrote:
> put "This is a test" after gField -- fails, puts the text into the var
It's a feature. It puts the text (the long id of field "Test Field")
into the var; like it should
Try: put "This is a test" after field gField
unless you need:
put (the long id of field "Test Field") & "This is a test" in the var
gField
Mark
More information about the use-livecode
mailing list