To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76810
                 Issue #|76810
                 Summary|Bug in put command (for binary access)
               Component|framework
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|scripting
             Assigned to|npower
             Reported by|szodrow





------- Additional comments from [EMAIL PROTECTED] Mon Apr 30 14:33:42 +0000 
2007 -------
I want to write a csv file. The write command encloses everything with double
quotes, so I use binary mode and apply newline characters by hand. I use the
following put syntax:

put iFileNo, , sString

This works fine for about 1000 characters. Then everything is missing except the
last record. I can use a workaround with the following syntax:

put iFileNo, posCounterOnMyOwn, sString

and track the write position on my own. This is not nice and should be fixed
together with (my) Issue 74375 read file with fix...

:-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to