N
nbdhj
Unregistered / Unconfirmed
GUEST, unregistred user!
var flag:TReplaceFlags
begin
flg:= rfReplaceAll; //加上
str1 := StringReplace(str, '123', '789', flag);
end;
上述代码编译时出现 incompatible type :'TReplaceFlags' and 'emumeration'的出错,
不知why?
begin
flg:= rfReplaceAll; //加上
str1 := StringReplace(str, '123', '789', flag);
end;
上述代码编译时出现 incompatible type :'TReplaceFlags' and 'emumeration'的出错,
不知why?