Modify ↓
Opened 11 years ago
Closed 11 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 Changed 11 years ago by TicketCleanup
- Version 3.3.9.18 deleted
comment:2 Changed 11 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.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.