以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]怎样把这个查询结果GetComboListString加个空行?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=113692)

--  作者:新福星
--  发布时间:2018/1/21 10:34:00
--  [求助]怎样把这个查询结果GetComboListString加个空行?
如题
--  作者:有点甜
--  发布时间:2018/1/21 22:33:00
--  

得到的字符串,再处理一下不就好了?如

 

Dim str As String = "得到的数据|1|2|3"

str = "|" & str

msgbox(str)