Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27201

adding barcode in list col

$
0
0
Why it always stores system.string[] Mydelimeter col which is type list.rather than storing correct date begins with ' and end with ', . let me know
please .any help would be highly appreciated .[
Code:

Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim Mydelimeter As New List(Of String)
        Dim x() As String = Split(TextBox1.Text, vbCrLf)
        For i As Integer = 0 To x.Count - 1
            Mydelimeter.Add("'" + x.ToString() + "',")
        Next
        'For Each DEL In Mydelimeter
        '    MessageBox.Show(DEL)
        'Next
      For n As Integer = Mydelimeter.Count - 1 To 0 Step -1
            'Console.WriteLine(Mydelimeter(i))
            MessageBox.Show(Mydelimeter(n))
      Next n

End Sub

Attachment 98659
Attached Images
 

Viewing all articles
Browse latest Browse all 27201

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>