
Prototype: GemRB.FindTableValue(TableIndex, ColumnIndex, Value[, Start])

Metaclass Prototype: FindValue(ColumnIndex, Value[, Start])

Description: Returns the first rowcount of a field value in a 2DA Table. If Start
is omitted, the search starts from the beginning. This command doesn't work with
a string value.

Parameters:
TableIndex  - integer, returned by a previous LoadTable command.
ColumnIndex - integer, the index of the column in which you look for the value.
Value       - integer, The value to find in the table
Start       - integer, The starting row

Return value: numeric, -1 if the value isn't to be found

See also: LoadTable, GetTableValue

