为什么我的delphi7 PosEX函数不能用啊。。。
本人delphi小白 随便试验函数玩,结果我在buttonclick世界里面输入
showmessage(inttostr(posex('hello','hello world?',2)));
却显示error:Undiclared identifier:PosEx
[解决办法]
要
uses
strutils;
[解决办法]
发布时间: 2012-02-26 20:19:44 作者: rapoo
为什么我的delphi7 PosEX函数不能用啊。。。
本人delphi小白 随便试验函数玩,结果我在buttonclick世界里面输入
showmessage(inttostr(posex('hello','hello world?',2)));
却显示error:Undiclared identifier:PosEx
[解决办法]
要
uses
strutils;
[解决办法]