How do I use an arraylist to access,modify,add to and delete the items of a structure? say I have this structure:
structure autos
dim make as string
dim model as string
end structure
On my form I have a listbox and 2 textboxes!
lstcars & txtmodel and txtmake. How do I get the txtmodel and txtmake to output the model and make with a arraylist? modify the make, delete the make also?
![]()
![]()
![]()
![]()
John




Reply With Quote