Here is my problem. I use the program with data that
I download from a website and most times it will create the file
correctly. But sometimes it creates the file and adds
****.txt (R) and says this is a read only file and I can't edit
it. Also when I do to dosprint it doesn't recognize the file and
won't print it. I have gone to windows explore and checked the
properties of the file and it is archived. To create the file I
am using the statement open "*****.txt for output as #1. I don't
have clue as to where to look for this problem
------------------
Jack Jasperson
I download from a website and most times it will create the file
correctly. But sometimes it creates the file and adds
****.txt (R) and says this is a read only file and I can't edit
it. Also when I do to dosprint it doesn't recognize the file and
won't print it. I have gone to windows explore and checked the
properties of the file and it is archived. To create the file I
am using the statement open "*****.txt for output as #1. I don't
have clue as to where to look for this problem
------------------
Jack Jasperson
Comment