Issue 18991 - 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: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: b.osi.ooo
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 02:08 UTC by andrew
Modified: 2006-04-13 18:18 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 andrew 2003-09-03 02:08:42 UTC
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.
Comment 1 ooo 2003-09-03 08:42:48 UTC
sounds like StarBASIC runtime to me
Comment 2 ab 2003-09-03 15:42:49 UTC
-> OOo 2.0
Comment 3 ab 2003-09-03 15:45:18 UTC
Forgot to set to OOo 2.0
Comment 4 b.osi.ooo 2004-05-18 14:50:30 UTC
According to the roadmap of  OpenOffice.org 2.0
(http://tools.openoffice.org/releases/q-concept.html) this
issue has been scheduled for 3.0. 
Comment 5 ab 2005-07-28 09:39:02 UTC
Fixed the "invalid empty array" problem.
The "help" problem will be fixed in issue 5256, cloned from this issue
Comment 6 ab 2005-07-28 09:42:30 UTC
Correction:clone is issue 52567
Comment 7 ab 2006-03-09 13:38:41 UTC
ab: According to discussion with kso/sw -> 2.0.3

For testing:

Sub Main
    Dim ResultArray
    ResultArray = Split("Hello", "")
    MsgBox UBound(ResultArray)
End Sub

should print out 0 now, -1 before
Comment 8 ab 2006-03-24 14:00:57 UTC
-> tbo


re-open issue and reassign to tbo@openoffice.org
Comment 9 ab 2006-03-24 14:01:14 UTC
reassign to tbo@openoffice.org
Comment 10 ab 2006-03-24 14:01:18 UTC
reset resolution to FIXED
Comment 11 b.osi.ooo 2006-04-04 18:01:26 UTC
ok in cws ab19;  verified 
Comment 12 b.osi.ooo 2006-04-13 18:18:08 UTC
integrated in src680m163

 close