The PUT and GET statements were upgraded to FilePut and FilePutObject when upgraded from VB6 to VB.NET. When I try to run the program, I am prompted that FilePut is no longer valid and to use FilePutObject. When I change it and try to use FilePutObject, I get the same message only in reverse. It says that FilePutObject is not valid and to use FilePut.

Is there another way of handle the old VB6 way of PUT and GET in .NET?

Thanks!