Hello,

I'm trying to learn VB.NET after learning VB6. I have a small program that uses Put to write variables to a file.

I've learned about StreamWriter and BinaryWriter in VB.NET but am seemingly unable to write variants to a file using these (the way I did with Put). Is there any way to do this in VB.Net?

Thanks for any help.

- Jake