put line fld "A"

Ludovic Th=?ISO-8859-1?Q?=E9?=bault ludovic.thebault at laposte.net
Tue Jan 1 05: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