以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]ComboList如何实现从字符串数组中读取值  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=75980)

--  作者:15986720145
--  发布时间:2015/10/19 11:50:00
--  [求助]ComboList如何实现从字符串数组中读取值

dim PCList() as string

Dim cmb As WinForm.ComboBox
cmb = Forms("窗口1").Controls("ComboBox1")

cmb.ComboList = PCList() \'如何将PCList()数组的值赋给ComboList,能不能 不将数组拆分合并成 "a|b|c|d|e|f|g" 这种形式


--  作者:大红袍
--  发布时间:2015/10/19 11:52:00
--  

组合成字符串

 

http://www.foxtable.com/help/topics/1423.htm