按键精灵问题碎片整理

知识碎片:

实现控件数组需要index(索引)值

按键精灵 UserVar 不支持数组

定义二维数组

Public mulit(15)
	For i = 1 To 10
    	mulit(i)=Array(i,0,0,0,0,0)
	Next