Modify

Opened 12 years ago

Closed 12 years ago

#2406 closed Feature Request (Fixed)

_ArraySearch - PROPOSAL and Question

Reported by: mlipok Owned by: guinness
Milestone: 3.3.9.19 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

PROPOSAL:
in _ArraySearch

_ArraySearch ( Const ByRef $avArray, $vValue [, $iStart = 0 [, $iEnd = 0 [, $iCase = 0 [, $iCompare= 0 [, $iForward = 1 [, $iSubItem = -1]]]]]] )

PROPOSAL

_ArraySearch ( Const ByRef $avArray, $vValue [, $iStart = 0 [, $iEnd = 0 [, $iCase = 0 [, $iCompare= 0 [, $iForward = 1 [, $iSubItem = -1]]]]]] )

before:
$iCompare= 0
after:
$iCompare = 0

QUESTION:
in parameter description
"1 executes a partial search (StringInStr)"
Is that supposed to be a link to the appropriate description for the "StringInStr"?

Change History (2)

comment:1 Changed 12 years ago by TicketCleanup

  • Version 3.3.9.18 deleted

Automatic ticket cleanup.

comment:2 Changed 12 years ago by guinness

  • Milestone set to 3.3.9.19
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [8747] in version: 3.3.9.19

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

Author


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

 
Note: See TracTickets for help on using tickets.