Modify

Opened 15 years ago

Closed 15 years ago

#1063 closed Bug (Fixed)

Documentation: _ArraySearch() example script missing a prameter

Reported by: PsaltyDS Owned by: Jpm
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 Changed 15 years ago by Jpm

  • Milestone set to 3.3.1.2
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.3.1.2

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.