Converting Arrays into Types/Rec....

johnman239

New member
Joined
Jul 3, 2004
Messages
2
Programming Experience
1-3
Well... this is kinda out of place, because this has to do somewhat with VB6.0, but anyways I'm working with compression and I need to load something decompress it then move the data into a type... so pretty much I'm loading something like this

Open File For Binary as #F
Get #F, ,Array()
Close #F

and then I decompress, store to an array, but then I need to transfer to a type.... and the other way around... type to array.... and array to type


Edit1: whoops I posted in the wrong forum.... wait I did I get here? I could've sworn I was in the other one
 
Last edited:
Back
Top