Modify ↓
Opened 14 years ago
Closed 14 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 by , 14 years ago
| Milestone: | → 3.3.9.5 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [6943] in version: 3.3.9.5