|
|
#2
xu20002007-01-01 19:53
|
if trim(comboBox19.text)<>'' then
boxf:=('dl.DEV_CODE like ' + '''' + '%' +substr((trim(comboBox19.text)),1,6)+ '%' + '''')
else
boxf:='1=1';
执行时,提示:undeclared identifier:"substr"???是什么原因?