vfp的set exact
问题描述:
vfp的set exact
答
set exact on打开精确对比.
默认VFP比较字符串,只比较到右边字串尾.
如"abc"="ab"为.T.
set exact on后
"abc"="ab"为.F.