The normal way is to move data to and from database files using for example

Move 1234 to CUSTOMER.NUMBER

But how is it possible to do the same thing with file and field as variables

Move 1234 to iFile.iField

will not compile

Bengt