put line fld "A"

Terry Vogelaar terry at discovery.nl
Mon Dec 31 22:37:00 EST 2001


Hello,

This is probably a very simple one, but I don't see what is wrong with this:

    put line fld "A" of lst into fld "B"

Field "A" contains a number. I could write:

    put fld "A" into varA
    put line varA of lst into fld "B"

Then it works. But what is the difference?

Terry




More information about the use-livecode mailing list