Issue 52567

Summary: Macro command, Split function delimiter
Product: udk Reporter: ab
Component: documentationAssignee: joerg.skottke
Status: CLOSED FIXED QA Contact: issues@udk <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 RC3   
Target Milestone: OOo 2.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.