注册 登录
编程论坛 Delphi论坛

sbustr与trim并用问题??

青鸟初飞 发布于 2007-01-01 15:21, 1008 次点击
if trim(comboBox19.text)<>'' then
boxf:=('dl.DEV_CODE like ' + '''' + '%' +substr((trim(comboBox19.text)),1,6)+ '%' + '''')
else
boxf:='1=1';

执行时,提示:undeclared identifier:"substr"???是什么原因?
4 回复
#2
xu20002007-01-01 19:53
你用的哪个版本的delphi?我怎么没找到这个函数。
#3
lengxie2007-01-02 10:39

用COPY!!!!

#4
stars_chen2007-01-02 16:44
SUBSTR這函數應該是ORACLE中的函數吧!
#5
shenlan2007-01-17 13:53
也能去空格呀!!!!
1