To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61246 Issue #:|61246 Summary:|Improve Basic write/input statements Component:|framework Version:|OOo 2.0.1 Platform:|PC URL:| OS/Version:|Windows XP Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|ENHANCEMENT Priority:|P3 Subcomponent:|code Assigned to:|tm Reported by:|regina
------- Additional comments from [EMAIL PROTECTED] Fri Jan 27 11:40:16 -0800 2006 ------- The pair write/input would be a good method for handling csv-textfiles. But when you write a number with decimal and your local has a comma as decimal delimiter, then your values are mixed up with the data delimiter and you cannot read back the values with input-statement. I see two possible solutions (1) The Write#-statement always writes values with decimal dot, independent of the local settings, as it is done in the source of a Basic program too. (2) You introduce a statement which sets the delimiters like this is done in import/export filter used for OOo documents. Default would be comma and " as it is now. --------------------------------------------------------------------- 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]
