Modify

#122 closed Bug (No Bug)

StringSplit does not return the string if no split found with separator with multiple characters as individual characters

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.2.10.0 Severity:
Keywords: Cc:

Description

StringSplit does not return the string if no split found with separator with multiple characters as individual characters.
"Local $arFileF = StringSplit("c", "aBc", 0)"
Best, Randall

Attachments (0)

Change History (2)

comment:1 by J-Paul Mesnage, on Feb 16, 2008 at 12:58:09 PM

Resolution: No Bug
Status: newclosed

In fact there is a split in your example stringsplit return 2 empty strings the one nbefor "c" and the one after

comment:2 by anonymous, on Feb 16, 2008 at 2:13:40 PM

Thanks, sorry for the problem, Randall

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.