Can anyone tell me how to save the values of structure to a file so that i can reaload them later?


Dim fxFixture as new Fixture
Dim fxFixture2 as new Fixture
fxFixture.Model = "ModelName"
fxFixture.SaveT oFile("C:\test" )
fxFixture2.Load FromFile("C:\te st")


Module Module1
Public Structure Fixture
Public Patch As Integer
...