Dim $a[1] Dim $n = 0 While 1 $n += 1 ReDim $a[$n] $a[$n] = $n If $n = 20 Then ExitLoop MsgBox(0, "", $a[$n]) WEnd
举报
#include <Array.au3> Dim $a[1] Dim $n = 0 While 1 $n += 1 ReDim $a[$n] $a[$n-1] = $n If $n = 20 Then ExitLoop MsgBox(0, "", $a[$n-1]) WEnd _ArrayDisplay($a)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-23 00:55 , Processed in 0.080819 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.