Modify ↓
#751 closed Bug (Works For Me)
Bug with StringSplit on ANSI platforms
| Reported by: | corz | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.13.13 | Severity: | None |
| Keywords: | Cc: |
Description
#cs
Bug with StringSplit on ANSI platforms. All versions.
Running/compiling an ANSI version of this will fail because
StringSplit returns a 1-element array (fail), instead of 6-element.
#ce
$foo = StringSplit("a|b|c|d|e", "|", 2)
ConsoleWrite(@LF & $foo[2]) ; should print "c"
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
"flag=2 is invalid under the release version"
Ouch! I didn't realize this, nor that you had discontinued ANSI support altogether.
Please accept my humble apologies.
Note:
See TracTickets
for help on using tickets.

There is no more ANSI support in the Beta . so I don't understand your report.
flag=2 is invalid under the release version
working as expected under the Beta