A
articom
Unregistered / Unconfirmed
GUEST, unregistred user!
如何用for循环控制一段时间?然后在这段时间内编写命令
我用的是var t:Ttime;
begin
for t:=0 to 10 do
……
end;
但是系统提示for loop control variable must have ordinal type,应该怎么改呢?
我用的是var t:Ttime;
begin
for t:=0 to 10 do
……
end;
但是系统提示for loop control variable must have ordinal type,应该怎么改呢?