参考代码
Dim str As String = DataTables("表A").GetComboListString("第一列")str = str.Replace("|", ",")msgbox(str)