ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Subscript of element found in the array.
Name of Array variable where the search will be performed. This array must be a one-dimensional array.
WLanguage comparison procedure. See the remarks for more details.
Type of search to perform: asBinaryBinary search. This search mode is fast but it must be used on an array sorted in ascending order with the same comparison procedure or with an equivalent procedure (see ArraySort).asLinearLinear search. The search starts:from the first element if <Start subscript> is set to 0,from the value of the parameter <Start subscript>.The search stops as soon as an element is found.asLinearLastLinear search from the last element. This constant must not be used if <Start subscript> is specified.asLinearPreviousLinear search for the previous element. This search is performed from the current position or from the position specified by <Start subscript>.asLinearFirstLinear search from the first element. <Start subscript> is ignored when this constant is specified.asLinearNextLinear search for the next element. This search is performed from the current position (if <Start subscript> is set to 0) or from the position specified by <Start subscript>.
Start position for the search (linear search only). This parameter is not required for a binary search.
Value of sought element.
WLanguage comparison procedure
Last update: 03/06/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: