CSV形式データを変数にいれたいSplit関数をすぐわすれてしまう・・・ Dim aaa as string = "a,b,c,d" Dim stArrayData As String() = aaa.Split(","c)