例如: > dim str1 as string > str1="1a 2b 3c 4d 5e" > >如何取得str2="12345" > 及str3="abcde" 謝謝~~~~ > str1="1a 2b 3c 4d 5e" for i = 1 to len(str1)
www.google.com.tw