Modify

Opened 8 years ago

Closed 8 years ago

#3587 closed Bug (Fixed)

_ArrayAdd - do not add

Reported by: gilles@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.3 Severity: None
Keywords: Cc:

Description

_ArrayAdd is not working anymore expect for Boolean array.

Standard examples are not working properly anymore.
Array is extended, but value not added.

to fix just change comparison

If $hDataType = "Boolean" Then

to

If $hDataType == "Boolean" Then

it seems not 100 % logical, but it works

Attachments (0)

Change History (1)

comment:1 by Melba23, 8 years ago

Resolution: Fixed
Status: newclosed

Already fixed - look in the forum for the sticky thread.

M23

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.