W
wg
I have worked on this for a while and have not been able to get it working.
I seem to be missing something. What I am attempting to do is get
information from a csv file such as: name (stirng), unit number (int),
address (int), value (int), etc. I created a structre to handle each
element. Since there is an unknown number of rows I have used an arraylist
to hold it. This works using the arraylist.add(structure).
The problem is that after loading I get information from an external device
tied to the serial port. As this information is recieved I would like to
update the value element in the arraylist. I did this in VB6 by using a UDT
the dynamic arrays. I have read that this should not be done in VB.NET, to
use the arraylist instead.
Any help would be greatly appriciated.
Thanks
wg
I seem to be missing something. What I am attempting to do is get
information from a csv file such as: name (stirng), unit number (int),
address (int), value (int), etc. I created a structre to handle each
element. Since there is an unknown number of rows I have used an arraylist
to hold it. This works using the arraylist.add(structure).
The problem is that after loading I get information from an external device
tied to the serial port. As this information is recieved I would like to
update the value element in the arraylist. I did this in VB6 by using a UDT
the dynamic arrays. I have read that this should not be done in VB.NET, to
use the arraylist instead.
Any help would be greatly appriciated.
Thanks
wg