摘要: 1 Module Module1 2 Public Sub Main() 3 Dim m_stReelIDStart() As String = {"P", "1P", "3N1"} 4 5 Dim strBarCode1() As String = {"P1P3N1ARTS-0401-01", "0"} 6 Dim i As Integer 7 For i = 0 To m_stReelIDStart.Length - 1 8 If strBarCode1(0).StartsWith(m_st 阅读全文
posted @ 2013-04-09 17:15 xtypeu 阅读(117) 评论(0) 推荐(0) 编辑