vb中,用变量作为数组名可以吗? 例如 arrrrstr()=("as","se") for i=0 to 1 for j=1 to 25 linestr=aeerrstr(i)(j)&"," next j next i
收起
好久不用VB了, 好像是這樣的
dim arrrrstr(2,25) as string
报告相同问题?