Check dbedit syntax, you will see that the 5th parameter is a UDF e.g.
dbedit(1,2,20,78,fld,"myfunc",pic,hdng)
then in the myfunc ...
FUNCTION MYFUNC
para cvar, fnvar
.
.
.
if lastkey()=13
read
endif
return fnvar
But if you have lots of time, just do the coversion in a...