| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 603 人关注过本帖
标题:[求助] 这个数组有什么问题?
取消只看楼主 加入收藏
p9998887778
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2006-5-13
收藏
 问题点数:0 回复次数:0 
[求助] 这个数组有什么问题?

代码是

procedure TForm1.Button1Click(Sender: TObject);
var
a:array of integer;
icount:integer;


begin
setlength(a,5);
for icount:=0 to 4 do
a[icount]:=icount+5;
edit1.Text:=inttostr(a[1]);
setlength(a,7);
edit2.Text:=inttostr(a[icount]);
setlength(a,3);
edit3.Text:=inttostr(a[3]);
end;

end.



结果得出edit1为6
edit2===0
可是怎么edit3就成天文数字了呢?(13968932)


为什么edit3会是天文数字啊?

求解
谢谢

2007-07-26 16:53
快速回复:[求助] 这个数组有什么问题?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026184 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved