﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2406	_ArraySearch - PROPOSAL and Question	mlipok	guinness	"'''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""?"	Feature Request	closed	3.3.9.19	Documentation		None	Fixed		
