AU3 比较所有数字大小
请问一下,下面数组里有随机10个数字,如何让它自己判断最大的那个数字呢。Local $a_Number =
For $i = 0 To UBound($a_Number)
MsgBox(0, "", $a_Number[$i])
Next
#Include <Array.au3>
_ArrayMax(Const ByRef $avArray [, $iCompNumeric = 0 [, $iStart = 0 [, $iEnd = 0]]])
;返回数组中的最大值
页:
[1]