put line fld "A"

Terry Vogelaar terry at discovery.nl
Tue Jan 1 03:37:00 EST 2002


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