Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 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 Changed 16 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

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

comment:2 Changed 16 years ago by anonymous

Thanks, sorry for the problem, Randall

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.