arwang 发表于 2011-4-30 01:14:26

这样的数组要怎样定义,谢谢

Dim $Item[$FileCount]
For $I=1 to $FileCount
$Item[$I] = GUICtrlCreateListViewItem($A_Id1[$I]&"|"&$A_Name1[$I], $listview1)
$itempath=$A_Path1[$I]
Next$Item这个参数我有无限个,1~N
当点Item1时显示一个数字
当点Item2时又显示一个数字


谁帮我看看

arwang 发表于 2011-4-30 01:24:38

谁能帮帮我呀,急呀

netegg 发表于 2011-4-30 06:51:03

没明白,举个例子吧

easefull 发表于 2011-4-30 11:23:07

这意思是au3数组元素上限(16,777,216)小于你的item数量,无法满足你的要求?
页: [1]
查看完整版本: 这样的数组要怎样定义,谢谢