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)
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