Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
fa = Split(formulas,",")
fa(0),fa(1)等固定坐标可以取到值
下面的For循环执行报错,应该怎么写?
for i=0 to fa.Length-1
msgout fa(i)
next
vbs不支持这种fa.Length-1的吧,
mydd = UBound(fa)
for i=0 to mydd