W
wc
Unregistered / Unconfirmed
GUEST, unregistred user!
在使用了excel.applation后,究竟是什么类型的值。无论我把它
var
i:integer
s:string;
i:=excel1.cells[i,i[.value;
s::=excel1.cells[i,i[.value;
if i=1 then ……
if s='1' then ……
上面的语句都不能正确判断。而excel1.cells[i,i[.value里面是我写的‘1’,这是怎么回事,如果要判断,应该如何写!
var
i:integer
s:string;
i:=excel1.cells[i,i[.value;
s::=excel1.cells[i,i[.value;
if i=1 then ……
if s='1' then ……
上面的语句都不能正确判断。而excel1.cells[i,i[.value里面是我写的‘1’,这是怎么回事,如果要判断,应该如何写!