Modify

Opened 17 years ago

Closed 17 years ago

#1063 closed Bug (Fixed)

Documentation: _ArraySearch() example script missing a prameter

Reported by: PsaltyDS Owned by: J-Paul Mesnage
Milestone: 3.3.1.2 Component: Documentation
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

The 2D search example is missing a parameter in the _ArraySearch() function. Should be:

; $iIndex = _ArraySearch($avArray, $sSearch, 0, 0, 0, 1, $sColumn) ; Wrong
$iIndex = _ArraySearch($avArray, $sSearch, 0, 0, 0, 1, 1, $sColumn) ; Corrected

Still wrong in Beta 3.3.1.1 help file.

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.2
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.2

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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