ページ

2008年5月11日日曜日

【vbs】SPLIT

str1 = "a1,a2,a3,a4"
arystr1 = Split(str1,",")
for i = 0 to 3
msgbox arystr1(i)
next

0 件のコメント: