bug or feature
Mark Brownell
gizmotron at earthlink.net
Sat Aug 30 19:06:00 EDT 2003
On Saturday, August 30, 2003, at 04:40 PM, Mark Brownell wrote:
>
> 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
OOPS!!!
I should have tested this first... back to my corner
I get the same results as you.
If I try: (the long id of field "mainText")
put "Test this text" into field id 1003 of card id 1002 of stack
".../examples/FrogBreath.rev"
it works. So maybe this is a bug after all.
Mark
More information about the use-livecode
mailing list