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 Changed 16 years ago by Jpm
- Resolution set to Works For Me
- Status changed from new to closed
comment:2 Changed 16 years ago by anonymous
"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.
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.
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