这样的数组要怎样定义,谢谢
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时又显示一个数字
谁帮我看看 谁能帮帮我呀,急呀 没明白,举个例子吧 这意思是au3数组元素上限(16,777,216)小于你的item数量,无法满足你的要求?
页:
[1]