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