Modify

Opened 13 years ago

Closed 13 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"?

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 13 years ago

Version: 3.3.9.18

Automatic ticket cleanup.

comment:2 by guinness, 13 years ago

Milestone: 3.3.9.19
Owner: set to guinness
Resolution: Fixed
Status: newclosed

Fixed by revision [8747] in version: 3.3.9.19

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


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