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 Changed 17 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
comment:2 Changed 17 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.
Note: See
TracTickets for help on using
tickets.
In fact there is a split in your example stringsplit return 2 empty strings the one nbefor "c" and the one after