如:(VB.NET)
Dim Txt() as string
Txt=TextBox1.Text.Spit("/".ToCharry) '這樣就以“/”分開存入數組了
然後從數組中去取值,如妳上面給出的字符串中取出“開戶行”來,這樣就可以了:
Dim Str as string
str=Txt(3) '這樣“開戶行”就存在了變量str中