I have an array of structure like this:
Structure Planner
Dim Type As String
Dim Circuit As String
Dim Socket As String
Dim StepCMDText As String
End Structure
how do i write it into a file? (also read it later …)
thanks
You could use xml serialization that is available in VB.NET. See http://support.microsoft.com/kb/316730 for details.