Modify

#1140 closed Bug (Fixed)

_ArraySearch return 0 (if $avArray is not a 1 dimensional array)

Reported by: JKFN Owned by: Jpm
Milestone: 3.3.1.2 Component: Standard UDFs
Version: 3.3.1.1 Severity: None
Keywords: _ArraySearch Cc:

Description

WRONG:
If UBound($avArray, 0) > 2 Or UBound($avArray, 0) < 1 Then Return SetError(2, 0, 0)

OK:
If UBound($avArray, 0) > 2 Or UBound($avArray, 0) < 1 Then Return SetError(2, 0, -1)

Attachments (0)

Change History (1)

comment:1 by Jpm, on Aug 23, 2009 at 6:23:10 AM

Milestone: 3.3.1.2
Owner: changed from Gary to Jpm
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.