To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77617
Issue #|77617
Summary|BASIC macro: readString never returns delemiters
Component|api
Version|OOo 2.2
Platform|All
URL|http://api.openoffice.org/docs/common/ref/com/sun/star
|/io/XTextInputStream.html#readString
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|jsc
Reported by|whitey04
------- Additional comments from [EMAIL PROTECTED] Sun May 20 05:30:46 +0000
2007 -------
Using StarBASIC/OOoBASIC:
The bRemoveDelimiter parameter appears to be ignored, the delimiter is never
returned with the string.
The code snippets below return identical results:
sString = oTexInputStream.readString (Array(Asc("{")), FALSE)
sString2 = oTexInputStream.readString (Array(Asc("{")), TRUE)
---------------------------------------------------------------------
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]