dim a() as string 或者
dim a(5) as string 
vb中可以用Redim定义数组的长度例如:redim a(5)