Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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, 18 years ago

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, 18 years ago

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.