V
vipl
Unregistered / Unconfirmed
GUEST, unregistred user!
请问在intraweb中数据类型转换和普通应用中的数据转换一样吗?
为什么我在intraweb中使用inttostr()或floattostr()这样的写法说不对呢?
请高手指点。。。。
例:
var
total:double;
begin
total:=0;
total:=total+adoquery1.fieldbyname('aaa').value;
iwedit1.text:=inttostr(total);
end;
执行的时候会出现“undeclared identifier."inttostr"
为什么我在intraweb中使用inttostr()或floattostr()这样的写法说不对呢?
请高手指点。。。。
例:
var
total:double;
begin
total:=0;
total:=total+adoquery1.fieldbyname('aaa').value;
iwedit1.text:=inttostr(total);
end;
执行的时候会出现“undeclared identifier."inttostr"