I'm sorry It was my mistake. When I was putting data in 'Perameter' variable. I was using
Perameter(i) = lstPoints.Items(i).ToString
I change it with
Perameter(i) = lstPoints.Items(i).SubItems(0).Text
It's working fine
Thank you for your valuable advices.
1,2.
Variable 'Perameter' is a Public variable. When I open a file total values saves in 'Perameter'(array).
Perameter(0) = "Input-1"
Perameter(1) = "Input-2"
Perameter(2) = "Input-3"
Perameter(3) = "Input-4"
Perameter(4) = "Input-5"
Perameter(5) = "Input-6"
InputHistorypoint(b) =...
Hi All
I am using a listbox and want to display a variable arrays value in listbox.
Public InputHistorypoint(256), Perameter(0-600) As String
Dim b as integer
Public addrs, InputNO as integer
For b = 0 To InputNO - 1
InputHistorypoint(b) = Perameter((addrs + 4) + b)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.