2011年10月26日 星期三

Split 分割字串

參考
參考較進階的
--
Dim TestDate As String = "王大明、李小蟬、陳同、王太太、陸天天"
Dim DateArray As String() = TestDate.Split("、")
For Each st In DateArray
    Console.WriteLine(st) 
Next

沒有留言:

張貼留言