--
Dim max As String
Dim dr As DataRow=DataTables("报名缴费").SQLFind("缴费编号 = \'201712-0003087075\'")
if dr isnot nothing then
if dr.isnull("课时记录") then
msgbox("没有值")
else
Dim Values() As String
Dim ksjl As String = dr("课时记录")
ksjl = ksjl.Replace(vbcrlf & vbcrlf,vbcrlf)
Values = ksjl.split(vbcrlf)
output.show(values.count)
For Each i As String In values
output.show(i)
Next
end if
end if
[此贴子已经被作者于2021/4/1 10:10:52编辑过]