save array of structures

  1. A

    saving a structure array to binary file

    Hi all, Please tell me how to save an array of structure to binary file. I tried the binary formatter but it still aint workin. My code attached Thanks in advance Dim directoryList As String() Dim fileData() As myData Dim myFile As myProps Dim mycount As Integer Dim...
Back
Top