Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by Jpm

  • Resolution set to Works For Me
  • Status changed from new to closed

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 Changed 15 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.