put line fld "A"

Ludovic Th é bault ludovic.thebault at laposte.net
Tue Jan 1 00:08:01 EST 2002


Terry Vogelaar wrote:
>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"

try : put line (fld "A") of lst into fld "B"


More information about the use-livecode mailing list