scan用错了吗?
use table1.dbf excl in 0scan for 1=1
repl address with " "
endscan
其中address为table1表中的字段名
其中address为table1表中的字段名
2006-05-09 17:23
错误好像没有,但有点累赘!
use table1.dbf excl in 0
repl all address with " "
即可!
2006-05-09 18:39