Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save class data to file

Status
Not open for further replies.

Kraeg

Programmer
Jun 27, 2002
113
0
0
AU
In Visual Basic 2005 I have some classes that hold various items (such as person ID and e-mail). These are data sources for combo/list boxes, and sometimes saved to a csv file. I use "for each... next" to go through each class item to save it all, but am wondering if there's any way to, say, specify a file name and the class and have it automatically dump all the data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top