FUNCTION Find ( Value AS String [ , Mode AS Integer ] ) AS Integer
Returns the position of an element into the array. If the element cannot be found, this function returns -1. The Mode argument is a combination of the following constants :
- gb.Binary to specify a binary comparison. This is the default.
- gb.Text to specify a case insensitive comparison.
- gb.Lang to specify a locale aware comparison.
Referenced by: