>>
|
No. 127
The two "Set obj..." lines need to be removed. Those look more like what's used in VBScripts, and in this case the objFile is keeping the file open so that the normal way (using Open) can't access it. All you should need for file writing is an Open, Write, and Close command.
|