Try ASSIGN (FLD) TO <F1>.
Note the brackets. This will assign the variable that is contained in FLD to the field symbol instead of assigning it to FLD as you have now.
Try ASSIGN (FLD) TO <F1>.
Note the brackets. This will assign the variable that is contained in FLD to the field symbol instead of assigning it to FLD as you have now.