Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 J-Paul Mesnage, 17 years ago

Resolution: Works For Me
Status: newclosed

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

comment:2 by anonymous, 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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.