B
beachboy
Unregistered / Unconfirmed
GUEST, unregistred user!
我用OpenDlg.filename获得的文件名为fn,
fn用edit控件显示为c:/data/test.txt
变量fdef:string;
赋值给fdef:='c:/data/test.txt';
我用下面语句检测fn和fdef是否相同:
if fn<>fdef then
showmessage('It's not same');
结果表示两个值不相同,为什么!
fn用edit控件显示为c:/data/test.txt
变量fdef:string;
赋值给fdef:='c:/data/test.txt';
我用下面语句检测fn和fdef是否相同:
if fn<>fdef then
showmessage('It's not same');
结果表示两个值不相同,为什么!