| 发表于:2007-09-06 14:51:03 楼主 |
dim x as integer for x=0 to 35 if text1(x)=0 then text2(1)=text1(x).index end if next x '到这里后就能实现,当text1(x)=0时,自动在text2(1)里面显示text1(x).index 然后继续查找,比如 text1(4)=0的时候,自动在text2(2)里面显示text1(4).index 当text1(15)=0时,自动在text2(3)里面显示text1(15).index,这个如何实现呢? 谢谢大家! |
|
|
|
|