umneydurak
Programmer
Hello.
I'm trying to write something that will modify comma seperated files. I'm using the Excel OLE to do it. Program works fine, except it has this wiered bug. After I modify the file first few lines are missing commas after the last entry.
So for example if orginal file looks like this:
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
After modification:
,,,,,stuff
,,,,,stuff
,,,,,stuff,,,,,
,,,,,modified,,,,,
,,,,,stuff,,,,,
I have no idea what causes it, since I do not touch first lines. Any ideas? I would really hate to try to modify those files with perl commands.
Thanks.
I'm trying to write something that will modify comma seperated files. I'm using the Excel OLE to do it. Program works fine, except it has this wiered bug. After I modify the file first few lines are missing commas after the last entry.
So for example if orginal file looks like this:
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
,,,,,stuff,,,,,
After modification:
,,,,,stuff
,,,,,stuff
,,,,,stuff,,,,,
,,,,,modified,,,,,
,,,,,stuff,,,,,
I have no idea what causes it, since I do not touch first lines. Any ideas? I would really hate to try to modify those files with perl commands.
Thanks.