以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  求帮助!!!!!!!!!1  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=31550)

--  作者:我爱狐表011
--  发布时间:2013/4/17 9:47:00
--  求帮助!!!!!!!!!1

Dim ArrText() As String = e.Text.Split(Chr(11))

这句代码是什么意思???????

 


--  作者:Bin
--  发布时间:2013/4/17 9:54:00
--  
意思是 文本框中的值.根据 chr(11)这个字符 分割... 分割后的字符串数组 存到ArrText() 中去
Chr(11)对应的字符 如果想知道可以 MEssagebox.Show一下就知道了