Modify

#113 closed Bug (No Bug)

_ArrayDelete(StringSplit,..)

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: 3.2.10.0 Severity:
Keywords: _ArrayDelete, StringSplit Cc:

Description

Compiler issue:

StringSplit returns an array, but _ArrayDelete does not recognize it.

$aStack = _ArrayDelete(StringSplit(StringMid($sStack,2),$sDelim,1),0)

PS. Probably applies to other _Array functions also.

Attachments (0)

Change History (1)

comment:1 by Valik, on Feb 12, 2008 at 3:22:35 AM

Resolution: nobug
Status: newclosed

This is not a bug. The _Array functions take the array by reference, not by value. That means you must pass a variable. The documentation in the beta version appears to correctly show you must pass ByRef so I'm resolving this as no bug.

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.