回复下标超界怎么回事?
thisform.List1.clearDIMENSION c(77,5)
DIMENSION m(1,10)
m(1,1)=35
FOR i=1 TO 77
FOR k=1 TO 35
thisform.List1.additem(ALLTRIM(STR(k,2)))
ENDFOR
FOR j=1 TO 5
c(i,j)= INT(m(1,1)*RAND()+1)
thisform.List1.RemoveListItem(c(i,j))
m(1,1)=m(1,1)-1
ENDFOR
thisform.list1.clear
ENDFOR
thisform.timer1.Enabled=.F.
thisform.List1.RemoveListItem(c(i,j))
回复下标超界
怎么回事?