Mr. Bean
December 6th, 1999, 09:02 PM
Hi,
My previous post was answered but I don't think I made it all that clear. Thanks for whoever answered it by the way. I need a macro to go with my Java program. What it needs to do is:
Open a file("file.doc");
Read the first line of ("file.doc");
The information read is the name of the second file. Say for example the first line read is "test.doc", the program needs to open up a second file named "test.doc". I need to know after I read the first line, how do I translate this into a file. I've tried the "&" method with strings but can't get it to work. Thanks so much ahead of time. Mr. Bean
My previous post was answered but I don't think I made it all that clear. Thanks for whoever answered it by the way. I need a macro to go with my Java program. What it needs to do is:
Open a file("file.doc");
Read the first line of ("file.doc");
The information read is the name of the second file. Say for example the first line read is "test.doc", the program needs to open up a second file named "test.doc". I need to know after I read the first line, how do I translate this into a file. I've tried the "&" method with strings but can't get it to work. Thanks so much ahead of time. Mr. Bean