Modify

Opened 12 years ago

Closed 12 years ago

#2166 closed Bug (Fixed)

StringToASCIIArray() incorrect handling of parameter

Reported by: amarcruz Owned by: Valik
Milestone: 3.3.9.5 Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: StringToArray, string, array, convertion, parameter, bound Cc:

Description

#cs
In this code, StringToASCIIArray second parameter "start" is 10 (beyond the string) and must fail and return an empty string, but is returning an array[1] with '1' instead.
#ce

#include <Array.au3>
Local $a = StringToASCIIArray("12345", 10, 1)
_ArrayDisplay($a)

Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Valik

  • Milestone set to 3.3.9.5
  • Owner set to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [6943] in version: 3.3.9.5

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 owner will remain Valik.
Author


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

 
Note: See TracTickets for help on using tickets.