Issue 52567 - Macro command, Split function delimiter
Summary: Macro command, Split function delimiter
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: documentation (show other issues)
Version: OOo 1.1 RC3
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: joerg.skottke
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 09:21 UTC by ab
Modified: 2005-11-08 10:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ab 2005-07-28 09:21:39 UTC
Cloned task for *** Issue 18991 *** with target milestone: OOo Later
Comment 1 ab 2005-07-28 09:25:47 UTC
ab->ufi: In the original task pitonyak wrote:

"The included help incorrectly states that the delimiter may only be one
character long; it may be any string. An empty string, however, causes the Split
function to return an invalid empty array."

He's right in both cases. I use i18991 to fix the "invalid empty array" problem.
Please use this task to fix the help problem.
Comment 2 Uwe Fischer 2005-07-28 09:50:02 UTC
It's in file /sbasic/shared/03120314.xhp
Comment 3 Uwe Fischer 2005-09-13 08:11:06 UTC
changed sbasic/shared/03120314.xhp in CWS hc680qq1
Comment 4 Uwe Fischer 2005-10-06 08:26:36 UTC
pls verify. It's the "Split function [runtime]" file. 
"delimiter (optional): A string of one or more characters length that is used to
delimit the Text. The default is the space character."

re-open issue and reassign to jsk@openoffice.org
Comment 5 Uwe Fischer 2005-10-06 08:26:44 UTC
reassign to jsk@openoffice.org
Comment 6 Uwe Fischer 2005-10-06 08:26:50 UTC
reset resolution to FIXED
Comment 7 joerg.skottke 2005-10-17 08:12:25 UTC
verified, the delimiter test has been updated.
Comment 8 joerg.skottke 2005-11-08 10:41:46 UTC
Parameters:
Text: Any string expression.
delimiter (optional): A string of one or more characters length that is used to
delimit the Text. The default is the space character.
number (optional): The number of substrings that you want to return.

Closed.